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

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

#include <VRBPDatatypes.h>

Public Member Functions

 FBPAdvancedPhysicsHandleAxisSettings ()
 
void FillFrom (FConstraintDrive &ConstraintDrive)
 
void FillTo (FConstraintDrive &ConstraintDrive) const
 
 GENERATED_BODY ()
 

Public Attributes

bool bEnablePositionDrive
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Constraint)
 
bool bEnableVelocityDrive
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Constraint)
 
float Damping
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Constraint, meta = (ClampMin = "0.0"))
 
float MaxForceCoefficient
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "PhysicsSettings", meta = (ClampMin = "0.00", UIMin = "0.00", ClampMax = "256.00", UIMax = "256.00"))
 
float Stiffness
 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Constraint, meta = (ClampMin = "0.0"))
 

Detailed Description

USTRUCT(BlueprintType, Category = "VRExpansionLibrary")

Definition at line 2235 of file VRBPDatatypes.h.

Constructor & Destructor Documentation

◆ FBPAdvancedPhysicsHandleAxisSettings()

FBPAdvancedPhysicsHandleAxisSettings::FBPAdvancedPhysicsHandleAxisSettings ( )
inline

Definition at line 2281 of file VRBPDatatypes.h.

Member Function Documentation

◆ FillFrom()

void FBPAdvancedPhysicsHandleAxisSettings::FillFrom ( FConstraintDrive & ConstraintDrive)
inline

Definition at line 2290 of file VRBPDatatypes.h.

Here is the caller graph for this function:

◆ FillTo()

void FBPAdvancedPhysicsHandleAxisSettings::FillTo ( FConstraintDrive & ConstraintDrive) const
inline

Definition at line 2299 of file VRBPDatatypes.h.

Here is the caller graph for this function:

◆ GENERATED_BODY()

FBPAdvancedPhysicsHandleAxisSettings::GENERATED_BODY ( )

Member Data Documentation

◆ bEnablePositionDrive

bool FBPAdvancedPhysicsHandleAxisSettings::bEnablePositionDrive
EditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Constraint)

Enables/Disables position drive (orientation if using angular drive)

Definition at line 2271 of file VRBPDatatypes.h.

◆ bEnableVelocityDrive

bool FBPAdvancedPhysicsHandleAxisSettings::bEnableVelocityDrive
EditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Constraint)

Enables/Disables velocity drive (damping) (angular velocity if using angular drive)

Definition at line 2279 of file VRBPDatatypes.h.

◆ Damping

float FBPAdvancedPhysicsHandleAxisSettings::Damping
EditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Constraint, meta = (ClampMin = "0.0"))

The damping strength of the drive. Force proportional to the velocity error.

Definition at line 2253 of file VRBPDatatypes.h.

◆ MaxForceCoefficient

float FBPAdvancedPhysicsHandleAxisSettings::MaxForceCoefficient
EditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "PhysicsSettings", meta = (ClampMin = "0.00", UIMin = "0.00", ClampMax = "256.00", UIMax = "256.00"))

Definition at line 2263 of file VRBPDatatypes.h.

◆ Stiffness

float FBPAdvancedPhysicsHandleAxisSettings::Stiffness
EditAnywhereBlueprintReadWrite

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Constraint, meta = (ClampMin = "0.0"))

The spring strength of the drive. Force proportional to the position error.

Definition at line 2245 of file VRBPDatatypes.h.


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