top of page
Общая информация
Description
VR Equipment is a tool class which is fundamental and from it can be any tool type inherited. Class has button events for the interaction.
Settings
APressed Animation - This is an animation variable which play on A button press.
BPressed Animation - This is an animation variable which play on B button press.
Trigger Pressed Animation - This is an animation variable which play on trigger button press.
Events
DoOnAPressed - This is event which can be defined and is playing after each A button press.
DoOnBPressed - This is event which can be defined and is playing after each B button press.
DoOnTriggerPressed - This is event which can be defined and is playing after each trigger button press.
Справочник API Blueprint
Public Member Functions
Get Turned
Output
float
Get Trigger Pressed Animation
Output
UAnimSequence*
Get A Pressed Animation
Output
UAnimSequence*
Get B Pressed Animation
Output
UAnimSequence*
bottom of page