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

USTRUCT(BlueprintType, Category = "ControllerProfiles") More...

#include <VRGlobalSettings.h>

Public Member Functions

FBPVRControllerProfile ()
 
 FBPVRControllerProfile (FName ControllerName)
 
 FBPVRControllerProfile (FName ControllerNameIn, const FTransform &Offset)
 
 FBPVRControllerProfile (FName ControllerNameIn, const FTransform &Offset, const FTransform &OffsetRight)
 
 GENERATED_BODY ()
 
FORCEINLINE bool operator== (const FBPVRControllerProfile &Other) const
 

Public Attributes

TMap< FName, FActionMappingDetailsActionOverrides
 
bool bUseSeperateHandOffsetTransforms
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "ControllerProfiles")
 
FName ControllerName
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "ControllerProfiles")
 
FTransform_NetQuantize SocketOffsetTransform
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "ControllerProfiles")
 
FTransform_NetQuantize SocketOffsetTransformRightHand
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "ControllerProfiles", meta = (editcondition = "bUseSeperateHandOffsetTransforms"))
 

Detailed Description

USTRUCT(BlueprintType, Category = "ControllerProfiles")

Definition at line 60 of file VRGlobalSettings.h.

Constructor & Destructor Documentation

◆ FBPVRControllerProfile() [1/4]

* FBPVRControllerProfile::FBPVRControllerProfile ( )
inline

Definition at line 114 of file VRGlobalSettings.h.

◆ FBPVRControllerProfile() [2/4]

FBPVRControllerProfile::FBPVRControllerProfile ( FName ControllerName)
inline

Definition at line 121 of file VRGlobalSettings.h.

◆ FBPVRControllerProfile() [3/4]

FBPVRControllerProfile::FBPVRControllerProfile ( FName ControllerNameIn,
const FTransform & Offset )
inline

Definition at line 128 of file VRGlobalSettings.h.

◆ FBPVRControllerProfile() [4/4]

FBPVRControllerProfile::FBPVRControllerProfile ( FName ControllerNameIn,
const FTransform & Offset,
const FTransform & OffsetRight )
inline

Definition at line 135 of file VRGlobalSettings.h.

Member Function Documentation

◆ GENERATED_BODY()

FBPVRControllerProfile::GENERATED_BODY ( )

◆ operator==()

FORCEINLINE bool FBPVRControllerProfile::operator== ( const FBPVRControllerProfile & Other) const
inline

Definition at line 142 of file VRGlobalSettings.h.

Member Data Documentation

◆ ActionOverrides

TMap<FName, FActionMappingDetails> FBPVRControllerProfile::ActionOverrides

Definition at line 111 of file VRGlobalSettings.h.

◆ bUseSeperateHandOffsetTransforms

bool FBPVRControllerProfile::bUseSeperateHandOffsetTransforms
EditAnywhereBlueprintReadWrite

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

Definition at line 87 of file VRGlobalSettings.h.

◆ ControllerName

FName FBPVRControllerProfile::ControllerName
EditAnywhereBlueprintReadWrite

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

Definition at line 71 of file VRGlobalSettings.h.

◆ SocketOffsetTransform

FTransform_NetQuantize FBPVRControllerProfile::SocketOffsetTransform
EditAnywhereBlueprintReadWrite

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

Definition at line 79 of file VRGlobalSettings.h.

◆ SocketOffsetTransformRightHand

FTransform_NetQuantize FBPVRControllerProfile::SocketOffsetTransformRightHand
EditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "ControllerProfiles", meta = (editcondition = "bUseSeperateHandOffsetTransforms"))

Definition at line 95 of file VRGlobalSettings.h.


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