UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FDeferredForcesModular::FApplyForceData Struct Reference

#include <DeferredForcesModular.h>

Public Member Functions

 FApplyForceData (const FTransform &OffsetTransformIn, int TransformIndexIn, int ParticleIndexIn, const FVector &ForceIn, bool bAllowSubsteppingIn, bool bAccelChangeIn, bool bLevelSlope, const FColor &ColorIn)
 

Public Attributes

FTransform OffsetTransform
 
int TransformIndex
 
int32 ParticleIdx
 
FVector Force
 
EForceFlags Flags
 
FColor DebugColor
 

Constructor & Destructor Documentation

◆ FApplyForceData()

FDeferredForcesModular::FApplyForceData::FApplyForceData ( const FTransform OffsetTransformIn,
int  TransformIndexIn,
int  ParticleIndexIn,
const FVector ForceIn,
bool  bAllowSubsteppingIn,
bool  bAccelChangeIn,
bool  bLevelSlope,
const FColor ColorIn 
)
inline

Member Data Documentation

◆ DebugColor

FColor FDeferredForcesModular::FApplyForceData::DebugColor

◆ Flags

EForceFlags FDeferredForcesModular::FApplyForceData::Flags

◆ Force

FVector FDeferredForcesModular::FApplyForceData::Force

◆ OffsetTransform

FTransform FDeferredForcesModular::FApplyForceData::OffsetTransform

◆ ParticleIdx

int32 FDeferredForcesModular::FApplyForceData::ParticleIdx

◆ TransformIndex

int FDeferredForcesModular::FApplyForceData::TransformIndex

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