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

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

#include <OpenXRExpansionTypes.h>

Public Member Functions

 FBPOpenXRActionSkeletalData ()
 
 GENERATED_BODY ()
 

Public Attributes

FTransform AdditionTransform
 UPROPERTY(EditAnywhere, NotReplicated, BlueprintReadWrite, Category = Default)
 
bool bAllowDeformingMesh
 UPROPERTY(EditAnywhere, NotReplicated, BlueprintReadWrite, Category = Default)
 
bool bEnableUE4HandRepSavings
 UPROPERTY(EditAnywhere, NotReplicated, BlueprintReadWrite, Category = Default)
 
bool bHasValidData
 UPROPERTY(NotReplicated, BlueprintReadOnly, Category = Default)
 
bool bMirrorLeftRight
 UPROPERTY(EditAnywhere, NotReplicated, BlueprintReadWrite, Category = Default)
 
FName LastHandGesture
 
int32 LastHandGestureIndex
 
TArray< FTransform > OldSkeletalTransforms
 UPROPERTY(BlueprintReadOnly, NotReplicated, Transient, Category = Default)
 
TArray< FTransform > SkeletalTransforms
 UPROPERTY(BlueprintReadOnly, NotReplicated, Transient, Category = Default)
 
EVRSkeletalHandIndex TargetHand
 UPROPERTY(EditAnywhere, NotReplicated, BlueprintReadWrite, Category = Default)
 
float WorldScaleOverride
 UPROPERTY(EditAnywhere, NotReplicated, BlueprintReadWrite, Category = Default)
 

Detailed Description

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

Definition at line 88 of file OpenXRExpansionTypes.h.

Constructor & Destructor Documentation

◆ FBPOpenXRActionSkeletalData()

FBPOpenXRActionSkeletalData::FBPOpenXRActionSkeletalData ( )
inline

Definition at line 171 of file OpenXRExpansionTypes.h.

Member Function Documentation

◆ GENERATED_BODY()

FBPOpenXRActionSkeletalData::GENERATED_BODY ( )

Member Data Documentation

◆ AdditionTransform

FTransform FBPOpenXRActionSkeletalData::AdditionTransform
EditAnywhereNotReplicatedBlueprintReadWrite

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

Definition at line 159 of file OpenXRExpansionTypes.h.

◆ bAllowDeformingMesh

bool FBPOpenXRActionSkeletalData::bAllowDeformingMesh
EditAnywhereNotReplicatedBlueprintReadWrite

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

Definition at line 116 of file OpenXRExpansionTypes.h.

◆ bEnableUE4HandRepSavings

bool FBPOpenXRActionSkeletalData::bEnableUE4HandRepSavings
EditAnywhereNotReplicatedBlueprintReadWrite

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

Definition at line 142 of file OpenXRExpansionTypes.h.

◆ bHasValidData

bool FBPOpenXRActionSkeletalData::bHasValidData
BlueprintReadOnlyNotReplicated

UPROPERTY(NotReplicated, BlueprintReadOnly, Category = Default)

Definition at line 166 of file OpenXRExpansionTypes.h.

◆ bMirrorLeftRight

bool FBPOpenXRActionSkeletalData::bMirrorLeftRight
EditAnywhereNotReplicatedBlueprintReadWrite

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

Definition at line 125 of file OpenXRExpansionTypes.h.

◆ LastHandGesture

FName FBPOpenXRActionSkeletalData::LastHandGesture

Definition at line 168 of file OpenXRExpansionTypes.h.

◆ LastHandGestureIndex

int32 FBPOpenXRActionSkeletalData::LastHandGestureIndex

Definition at line 169 of file OpenXRExpansionTypes.h.

◆ OldSkeletalTransforms

TArray<FTransform> FBPOpenXRActionSkeletalData::OldSkeletalTransforms
TransientBlueprintReadOnlyNotReplicated

UPROPERTY(BlueprintReadOnly, NotReplicated, Transient, Category = Default)

Definition at line 150 of file OpenXRExpansionTypes.h.

◆ SkeletalTransforms

TArray<FTransform> FBPOpenXRActionSkeletalData::SkeletalTransforms
TransientBlueprintReadOnlyNotReplicated

UPROPERTY(BlueprintReadOnly, NotReplicated, Transient, Category = Default)

Definition at line 133 of file OpenXRExpansionTypes.h.

◆ TargetHand

EVRSkeletalHandIndex FBPOpenXRActionSkeletalData::TargetHand
EditAnywhereNotReplicatedBlueprintReadWrite

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

Definition at line 99 of file OpenXRExpansionTypes.h.

◆ WorldScaleOverride

float FBPOpenXRActionSkeletalData::WorldScaleOverride
EditAnywhereNotReplicatedBlueprintReadWrite

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

Definition at line 108 of file OpenXRExpansionTypes.h.


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