top of page
Загальна інформація
опис
VR Climbable — це клас, на який гравець може піднятися. Цей клас можна використовувати для драбин, скель, на які можна піднятися, перешкод тощо. Цей актор використовує компонент VR Grab Component (Див. VR Grab Component) .
Довідник API Blueprint
Публічні функції члена
Get Animn Type
returns EAnimationType
Output
EAnimationType AnimnType
Get Grab Method
returns EGrabMethod
Output
EGrabMethod GrabMethod
Get Mesh
returns Body_Mesh
Output
UStaticMeshComponent* Body_Mesh
Get PickUp Animation
returns AnimationCategory
Output
EPickUpAnimations AnimationCategory
Get Animation
returns Grab Animation
Output
UAnimSequence* Animation
Публічні атрибути
FName SocketName
Socket name for unique animation.
class AStaticMeshActor * Parent_Actor
EGrabMethod GrabMethod
TArray< FName > SocketArray
Socket name for unique animation.
TArray< UAnimSequence * > AnimationsArray
Animation for each socket from SocketArray.
EPickUpAnimations AnimationCategory
Animation Catagory.
UAnimSequence * Animation
Unique animation.
float fSocketInRadius
Socket radius interaction radius.
EAnimationType AnimnType
bottom of page