SkeletonType[Get] | |
MeshType[Get] | |
ConfidenceBehavior[Get] | |
class UMaterialInterface * | |
bool | bInitializePhysics[Get] |
bool | bUpdateHandScale[Get] |
class UMaterialInterface * | MaterialOverride[Get] |
TMap< EOculusXRBone, FName > | BoneNameMappings[Get] |
TArray< FOculusXRCapsuleCollider > | CollisionCapsules[Get] |
bool |
void | BeginPlay ( ) |
void | TickComponent ( float DeltaTime, enum ELevelTick TickType, FActorComponentTickFunction * ThisTickFunction ) |
void | |
void |
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 |
virtual void UOculusXRHandComponent::BeginPlay ( ) |
---|
No description available.
|
virtual void UOculusXRHandComponent::TickComponent ( float DeltaTime, enum ELevelTick TickType, FActorComponentTickFunction * ThisTickFunction ) |
---|
No description available.
|
virtual void UOculusXRHandComponent::SystemGesturePressed ( ) |
---|
No description available.
|
virtual void UOculusXRHandComponent::SystemGestureReleased ( ) |
---|
No description available.
|