A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
FBPOpenXRSkeletalPair Struct ReferenceBlueprintType

USTRUCT(BlueprintType, Category = "VRExpansionFunctions|SteamVR|HandSkeleton") More...

#include <OpenXRExpansionTypes.h>

Public Member Functions

 FBPOpenXRSkeletalPair ()
 
 FBPOpenXRSkeletalPair (EXRHandJointType Bone, FString TargetBone)
 
 GENERATED_BODY ()
 
FORCEINLINE bool operator== (const int32 &Other) const
 

Public Attributes

FName BoneToTarget
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Default")
 
EXRHandJointType OpenXRBone
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Default")
 
FCompactPoseBoneIndex ParentReference
 
FBoneReference ReferenceToConstruct
 
FQuat RetargetRot
 

Detailed Description

USTRUCT(BlueprintType, Category = "VRExpansionFunctions|SteamVR|HandSkeleton")

Definition at line 190 of file OpenXRExpansionTypes.h.

Constructor & Destructor Documentation

◆ FBPOpenXRSkeletalPair() [1/2]

FBPOpenXRSkeletalPair::FBPOpenXRSkeletalPair ( )
inline

Definition at line 213 of file OpenXRExpansionTypes.h.

◆ FBPOpenXRSkeletalPair() [2/2]

FBPOpenXRSkeletalPair::FBPOpenXRSkeletalPair ( EXRHandJointType Bone,
FString TargetBone )
inline

Definition at line 221 of file OpenXRExpansionTypes.h.

Member Function Documentation

◆ GENERATED_BODY()

FBPOpenXRSkeletalPair::GENERATED_BODY ( )

◆ operator==()

FORCEINLINE bool FBPOpenXRSkeletalPair::operator== ( const int32 & Other) const
inline

Definition at line 230 of file OpenXRExpansionTypes.h.

Member Data Documentation

◆ BoneToTarget

FName FBPOpenXRSkeletalPair::BoneToTarget
EditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Default")

Definition at line 207 of file OpenXRExpansionTypes.h.

◆ OpenXRBone

EXRHandJointType FBPOpenXRSkeletalPair::OpenXRBone
EditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Default")

Definition at line 200 of file OpenXRExpansionTypes.h.

◆ ParentReference

FCompactPoseBoneIndex FBPOpenXRSkeletalPair::ParentReference

Definition at line 210 of file OpenXRExpansionTypes.h.

◆ ReferenceToConstruct

FBoneReference FBPOpenXRSkeletalPair::ReferenceToConstruct

Definition at line 209 of file OpenXRExpansionTypes.h.

◆ RetargetRot

FQuat FBPOpenXRSkeletalPair::RetargetRot

Definition at line 211 of file OpenXRExpansionTypes.h.


The documentation for this struct was generated from the following file: