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

#include <ChaosVDParticleDataWrapper.h>

+ Inheritance diagram for FChaosVDKinematicTarget:

Public Member Functions

CHAOSVDRUNTIME_API bool Serialize (FArchive &Ar)
 
template<typename OtherType >
void CopyFrom (const OtherType &Other)
 
template<typename OtherType , class ModeType >
void CopyTo (OtherType &Other) const
 
- Public Member Functions inherited from FChaosVDWrapperDataBase
virtual ~FChaosVDWrapperDataBase ()=default
 
virtual bool HasValidData () const
 
void MarkAsValid ()
 

Public Attributes

FQuat Rotation = FQuat(ForceInit)
 
FVector Position = FVector(ForceInit)
 
EChaosVDKinematicTargetMode Mode = EChaosVDKinematicTargetMode::None
 

Additional Inherited Members

- Protected Attributes inherited from FChaosVDWrapperDataBase
bool bHasValidData = false
 

Member Function Documentation

◆ CopyFrom()

template<typename OtherType >
void FChaosVDKinematicTarget::CopyFrom ( const OtherType Other)
inline

◆ CopyTo()

template<typename OtherType , class ModeType >
void FChaosVDKinematicTarget::CopyTo ( OtherType Other) const
inline

◆ Serialize()

bool FChaosVDKinematicTarget::Serialize ( FArchive Ar)

Member Data Documentation

◆ Mode

◆ Position

FVector FChaosVDKinematicTarget::Position = FVector(ForceInit)

◆ Rotation

FQuat FChaosVDKinematicTarget::Rotation = FQuat(ForceInit)

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