API reference
API reference
Select your platform
No SDKs available
No versions available

UOculusXRHandComponent Class

UOculusXRHandComponent extends UPoseableMeshComponent.

Overview

Public Member Functions

void
void
TickComponent
( float DeltaTime,
enum ELevelTick TickType,
FActorComponentTickFunction * ThisTickFunction )

Object Data

Details

Fields

EOculusXRHandType UOculusXRHandComponent::SkeletonType
The hand skeleton that will be loaded
EOculusXRHandType UOculusXRHandComponent::MeshType
The hand mesh that will be applied to the skeleton
EOculusXRConfidenceBehavior UOculusXRHandComponent::ConfidenceBehavior
Behavior for when hand tracking loses high confidence tracking
EOculusXRSystemGestureBehavior UOculusXRHandComponent::SystemGestureBehavior
Behavior for when the system gesture is actived
class UMaterialInterface* UOculusXRHandComponent::SystemGestureMaterial
Material that gets applied to the hands when the system gesture is active
bool UOculusXRHandComponent::bInitializePhysics
Whether or not to initialize physics capsules on the skeletal mesh
bool UOculusXRHandComponent::bUpdateHandScale
Whether or not the hand scale should update based on values from the runtime to match the users hand scale
class UMaterialInterface* UOculusXRHandComponent::MaterialOverride
Material override for the runtime skeletal mesh
TMap<EOculusXRBone, FName> UOculusXRHandComponent::BoneNameMappings
Bone mapping for custom hand skeletal meshes
TArray<FOculusXRCapsuleCollider> UOculusXRHandComponent::CollisionCapsules
List of capsule colliders created for the skeletal mesh
bool UOculusXRHandComponent::bSkeletalMeshInitialized
Whether or not the runtime skeletal mesh has been loaded and initialized

Member Functions

virtual void UOculusXRHandComponent::BeginPlay ( )
No description available.
virtual void UOculusXRHandComponent::TickComponent
( float DeltaTime,
enum ELevelTick TickType,
FActorComponentTickFunction * ThisTickFunction )
No description available.

Object Data

virtual void UOculusXRHandComponent::SystemGesturePressed ( )
No description available.
virtual void UOculusXRHandComponent::SystemGestureReleased ( )
No description available.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon