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

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

#include <OpenXRExpansionTypes.h>

Public Member Functions

 FBPOpenXRSkeletalMappingData ()
 
void ConstructDefaultMappings (EVROpenXRSkeletonType SkeletonType, bool bSkipRootBone)
 
 GENERATED_BODY ()
 
void SetDefaultOpenVRInputs (EVROpenXRSkeletonType cSkeletonType, bool bSkipRootBone)
 
void SetDefaultUE4Inputs (EVROpenXRSkeletonType cSkeletonType, bool bSkipRootBone)
 

Public Attributes

FQuat AdjustmentQuat
 
bool bInitialized
 
bool bMergeMissingBonesUE4
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Default")
 
TArray< FBPOpenXRSkeletalPairBonePairs
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Default")
 
FName LastInitializedName
 
EVRSkeletalHandIndex TargetHand
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Default")
 

Detailed Description

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

Definition at line 241 of file OpenXRExpansionTypes.h.

Constructor & Destructor Documentation

◆ FBPOpenXRSkeletalMappingData()

FBPOpenXRSkeletalMappingData::FBPOpenXRSkeletalMappingData ( )
inline

Definition at line 400 of file OpenXRExpansionTypes.h.

Member Function Documentation

◆ ConstructDefaultMappings()

void FBPOpenXRSkeletalMappingData::ConstructDefaultMappings ( EVROpenXRSkeletonType SkeletonType,
bool bSkipRootBone )
inline

Definition at line 275 of file OpenXRExpansionTypes.h.

Here is the caller graph for this function:

◆ GENERATED_BODY()

FBPOpenXRSkeletalMappingData::GENERATED_BODY ( )

◆ SetDefaultOpenVRInputs()

void FBPOpenXRSkeletalMappingData::SetDefaultOpenVRInputs ( EVROpenXRSkeletonType cSkeletonType,
bool bSkipRootBone )
inline

Definition at line 295 of file OpenXRExpansionTypes.h.

◆ SetDefaultUE4Inputs()

void FBPOpenXRSkeletalMappingData::SetDefaultUE4Inputs ( EVROpenXRSkeletonType cSkeletonType,
bool bSkipRootBone )
inline

Definition at line 360 of file OpenXRExpansionTypes.h.

Member Data Documentation

◆ AdjustmentQuat

FQuat FBPOpenXRSkeletalMappingData::AdjustmentQuat

Definition at line 270 of file OpenXRExpansionTypes.h.

◆ bInitialized

bool FBPOpenXRSkeletalMappingData::bInitialized

Definition at line 271 of file OpenXRExpansionTypes.h.

◆ bMergeMissingBonesUE4

bool FBPOpenXRSkeletalMappingData::bMergeMissingBonesUE4
EditAnywhereBlueprintReadWrite

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

Definition at line 260 of file OpenXRExpansionTypes.h.

◆ BonePairs

TArray<FBPOpenXRSkeletalPair> FBPOpenXRSkeletalMappingData::BonePairs
EditAnywhereBlueprintReadWrite

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

Definition at line 251 of file OpenXRExpansionTypes.h.

◆ LastInitializedName

FName FBPOpenXRSkeletalMappingData::LastInitializedName

Definition at line 273 of file OpenXRExpansionTypes.h.

◆ TargetHand

EVRSkeletalHandIndex FBPOpenXRSkeletalMappingData::TargetHand
EditAnywhereBlueprintReadWrite

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

Definition at line 268 of file OpenXRExpansionTypes.h.


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