top of page

VR Climbable

Climbable class. Can be used for ladders, obstacles etc.

Название класса:

Include:

Тип:

Строки кода:

AVR_Climbable

#include "VR/VR_Actors/VR_Climbable.h"

Interactable Actor

339

Общая информация

Description

VR Climbable is a class on which player can climb. This class can be used for ladders, climbable rocks, obstacles etc. This actor is using VR Grab Component(See VR Grab Component).



VR Climbable is a class on which player can climb. This class can be used for ladders, climbable rocks, obstacles etc.
VR Climbable


Справочник API Blueprint

Public Member Functions


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

Public Attributes


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