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

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

#include <VRBPDatatypes.h>

Public Member Functions

 FBPGripPair ()
 
 FBPGripPair (UGripMotionControllerComponent *Controller, uint8 ID)
 
void Clear ()
 
 GENERATED_BODY ()
 
bool IsValid ()
 
FORCEINLINE bool operator== (const FBPGripPair &Other) const
 
FORCEINLINE bool operator== (const UGripMotionControllerComponent *Other) const
 
FORCEINLINE bool operator== (const uint8 &Other) const
 

Public Attributes

uint8 GripID
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "GripPair")
 
UGripMotionControllerComponentHoldingController
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "GripPair")
 

Detailed Description

USTRUCT(BlueprintType, Category = "VRExpansionLibrary")

Definition at line 1962 of file VRBPDatatypes.h.

Constructor & Destructor Documentation

◆ FBPGripPair() [1/2]

FBPGripPair::FBPGripPair ( )
inline

Definition at line 1981 of file VRBPDatatypes.h.

◆ FBPGripPair() [2/2]

FBPGripPair::FBPGripPair ( UGripMotionControllerComponent * Controller,
uint8 ID )
inline

Definition at line 1986 of file VRBPDatatypes.h.

Member Function Documentation

◆ Clear()

void FBPGripPair::Clear ( )
inline

Definition at line 1991 of file VRBPDatatypes.h.

Here is the caller graph for this function:

◆ GENERATED_BODY()

FBPGripPair::GENERATED_BODY ( )

◆ IsValid()

bool FBPGripPair::IsValid ( )
inline

Definition at line 1997 of file VRBPDatatypes.h.

Here is the caller graph for this function:

◆ operator==() [1/3]

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

Definition at line 2002 of file VRBPDatatypes.h.

◆ operator==() [2/3]

FORCEINLINE bool FBPGripPair::operator== ( const UGripMotionControllerComponent * Other) const
inline

Definition at line 2007 of file VRBPDatatypes.h.

◆ operator==() [3/3]

FORCEINLINE bool FBPGripPair::operator== ( const uint8 & Other) const
inline

Definition at line 2012 of file VRBPDatatypes.h.

Member Data Documentation

◆ GripID

uint8 FBPGripPair::GripID
EditAnywhereBlueprintReadWrite

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

Definition at line 1979 of file VRBPDatatypes.h.

◆ HoldingController

UGripMotionControllerComponent* FBPGripPair::HoldingController
EditAnywhereBlueprintReadWrite

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

Definition at line 1972 of file VRBPDatatypes.h.


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