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

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

#include <VRBPDatatypes.h>

Public Member Functions

 FBPInterfaceProperties ()
 
 GENERATED_BODY ()
 

Public Attributes

FBPAdvGripSettings AdvancedGripSettings
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRGripInterface|AdvancedGripSettings")
 
bool bAllowMultipleGrips
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRGripInterface")
 
bool bDenyGripping
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRGripInterface")
 
bool bIsHeld
 UPROPERTY(BlueprintReadWrite, NotReplicated, Category = "VRGripInterface")
 
bool bSimulateOnDrop
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRGripInterface")
 
bool bWasHeld
 
float ConstraintBreakDistance
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRGripInterface")
 
float ConstraintDamping
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRGripInterface")
 
float ConstraintStiffness
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRGripInterface")
 
EGripCollisionType FreeDefaultGripType
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRGripInterface")
 
TArray< FBPGripPairHoldingControllers
 UPROPERTY(BlueprintReadWrite, NotReplicated, Category = "VRGripInterface")
 
EGripLateUpdateSettings LateUpdateSetting
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRGripInterface")
 
EGripMovementReplicationSettings MovementReplicationType
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRGripInterface")
 
EGripInterfaceTeleportBehavior OnTeleportBehavior
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRGripInterface")
 
float PrimarySlotRange
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRGripInterface")
 
ESecondaryGripType SecondaryGripType
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRGripInterface")
 
float SecondarySlotRange
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRGripInterface")
 
EGripCollisionType SlotDefaultGripType
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRGripInterface")
 

Detailed Description

USTRUCT(BlueprintType, Category = "VRExpansionLibrary")

Definition at line 2023 of file VRBPDatatypes.h.

Constructor & Destructor Documentation

◆ FBPInterfaceProperties()

FBPInterfaceProperties::FBPInterfaceProperties ( )
inline

Definition at line 2150 of file VRBPDatatypes.h.

Member Function Documentation

◆ GENERATED_BODY()

FBPInterfaceProperties::GENERATED_BODY ( )

Member Data Documentation

◆ AdvancedGripSettings

FBPAdvGripSettings FBPInterfaceProperties::AdvancedGripSettings
EditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "VRGripInterface|AdvancedGripSettings")

Definition at line 2131 of file VRBPDatatypes.h.

◆ bAllowMultipleGrips

bool FBPInterfaceProperties::bAllowMultipleGrips
EditAnywhereBlueprintReadWrite

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

Definition at line 2040 of file VRBPDatatypes.h.

◆ bDenyGripping

bool FBPInterfaceProperties::bDenyGripping
EditAnywhereBlueprintReadWrite

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

Definition at line 2033 of file VRBPDatatypes.h.

◆ bIsHeld

bool FBPInterfaceProperties::bIsHeld
NotReplicatedBlueprintReadWrite

UPROPERTY(BlueprintReadWrite, NotReplicated, Category = "VRGripInterface")

Definition at line 2138 of file VRBPDatatypes.h.

◆ bSimulateOnDrop

bool FBPInterfaceProperties::bSimulateOnDrop
EditAnywhereBlueprintReadWrite

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

Definition at line 2054 of file VRBPDatatypes.h.

◆ bWasHeld

bool FBPInterfaceProperties::bWasHeld

Definition at line 2141 of file VRBPDatatypes.h.

◆ ConstraintBreakDistance

float FBPInterfaceProperties::ConstraintBreakDistance
EditAnywhereBlueprintReadWrite

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

Definition at line 2110 of file VRBPDatatypes.h.

◆ ConstraintDamping

float FBPInterfaceProperties::ConstraintDamping
EditAnywhereBlueprintReadWrite

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

Definition at line 2103 of file VRBPDatatypes.h.

◆ ConstraintStiffness

float FBPInterfaceProperties::ConstraintStiffness
EditAnywhereBlueprintReadWrite

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

Definition at line 2096 of file VRBPDatatypes.h.

◆ FreeDefaultGripType

EGripCollisionType FBPInterfaceProperties::FreeDefaultGripType
EditAnywhereBlueprintReadWrite

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

Definition at line 2068 of file VRBPDatatypes.h.

◆ HoldingControllers

TArray<FBPGripPair> FBPInterfaceProperties::HoldingControllers
NotReplicatedBlueprintReadWrite

UPROPERTY(BlueprintReadWrite, NotReplicated, Category = "VRGripInterface")

Definition at line 2148 of file VRBPDatatypes.h.

◆ LateUpdateSetting

EGripLateUpdateSettings FBPInterfaceProperties::LateUpdateSetting
EditAnywhereBlueprintReadWrite

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

Definition at line 2089 of file VRBPDatatypes.h.

◆ MovementReplicationType

EGripMovementReplicationSettings FBPInterfaceProperties::MovementReplicationType
EditAnywhereBlueprintReadWrite

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

Definition at line 2082 of file VRBPDatatypes.h.

◆ OnTeleportBehavior

EGripInterfaceTeleportBehavior FBPInterfaceProperties::OnTeleportBehavior
EditAnywhereBlueprintReadWrite

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

Definition at line 2047 of file VRBPDatatypes.h.

◆ PrimarySlotRange

float FBPInterfaceProperties::PrimarySlotRange
EditAnywhereBlueprintReadWrite

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

Definition at line 2124 of file VRBPDatatypes.h.

◆ SecondaryGripType

ESecondaryGripType FBPInterfaceProperties::SecondaryGripType
EditAnywhereBlueprintReadWrite

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

Definition at line 2075 of file VRBPDatatypes.h.

◆ SecondarySlotRange

float FBPInterfaceProperties::SecondarySlotRange
EditAnywhereBlueprintReadWrite

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

Definition at line 2117 of file VRBPDatatypes.h.

◆ SlotDefaultGripType

EGripCollisionType FBPInterfaceProperties::SlotDefaultGripType
EditAnywhereBlueprintReadWrite

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

Definition at line 2061 of file VRBPDatatypes.h.


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