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

USTRUCT(BlueprintType) More...

#include <PixoVRGripInterface.h>

Public Member Functions

 GENERATED_BODY ()
 

Public Attributes

bool bDenyDropping = false
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "PixoVR | Grip Interface Settings")
 
bool bDenyGripping = false
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "PixoVR | Grip Interface Settings")
 
bool bUseCustomTransform = false
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "PixoVR | Grip Interface Settings")
 
FTransform CustomTransform
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "PixoVR | Grip Interface Settings")
 
EPixoVRGripModeEnum GripMode = EPixoVRGripModeEnum::GRIP_STATIC
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "PixoVR | Grip Interface Settings")
 
EPixoVRGripTriggerModeEnum TriggerMode = EPixoVRGripTriggerModeEnum::GRIP_TRIGGER_AUTO_DROP
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "PixoVR | Grip Interface Settings")
 

Detailed Description

USTRUCT(BlueprintType)

Deprecated
Use instead FBPInterfaceProperties.

Definition at line 51 of file PixoVRGripInterface.h.

Member Function Documentation

◆ GENERATED_BODY()

FGripInterfaceSettings::GENERATED_BODY ( )

Member Data Documentation

◆ bDenyDropping

bool FGripInterfaceSettings::bDenyDropping = false
EditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "PixoVR | Grip Interface Settings")

Definition at line 67 of file PixoVRGripInterface.h.

◆ bDenyGripping

bool FGripInterfaceSettings::bDenyGripping = false
EditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "PixoVR | Grip Interface Settings")

Definition at line 60 of file PixoVRGripInterface.h.

◆ bUseCustomTransform

bool FGripInterfaceSettings::bUseCustomTransform = false
EditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "PixoVR | Grip Interface Settings")

Definition at line 88 of file PixoVRGripInterface.h.

◆ CustomTransform

FTransform FGripInterfaceSettings::CustomTransform
EditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "PixoVR | Grip Interface Settings")

Definition at line 95 of file PixoVRGripInterface.h.

◆ GripMode

EPixoVRGripModeEnum FGripInterfaceSettings::GripMode = EPixoVRGripModeEnum::GRIP_STATIC
EditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "PixoVR | Grip Interface Settings")

Definition at line 81 of file PixoVRGripInterface.h.

◆ TriggerMode

EPixoVRGripTriggerModeEnum FGripInterfaceSettings::TriggerMode = EPixoVRGripTriggerModeEnum::GRIP_TRIGGER_AUTO_DROP
EditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "PixoVR | Grip Interface Settings")

Definition at line 74 of file PixoVRGripInterface.h.


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