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

#include <ChaosVDParticleDataWrapper.h>

+ Inheritance diagram for FChaosVDParticlePositionRotation:

Public Types

enum class  EAccessorType { PQ , XR }
 

Public Member Functions

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

Public Attributes

FVector MX = FVector(ForceInit)
 
FQuat MR = FQuat(ForceInit)
 

Additional Inherited Members

- Protected Attributes inherited from FChaosVDWrapperDataBase
bool bHasValidData = false
 

Detailed Description

Simplified UStruct version of FParticlePositionRotation. Used to be able to show the values in the editor and allow changes via the Property Editor.

Member Enumeration Documentation

◆ EAccessorType

Enumerator
PQ 
XR 

Constructor & Destructor Documentation

◆ FChaosVDParticlePositionRotation()

FChaosVDParticlePositionRotation::FChaosVDParticlePositionRotation ( )
inline

Member Function Documentation

◆ CopyFrom()

template<typename OtherType , EAccessorType AccessorType>
void FChaosVDParticlePositionRotation::CopyFrom ( const OtherType Other)
inline

◆ CopyTo()

template<typename OtherType , EAccessorType AccessorType>
void FChaosVDParticlePositionRotation::CopyTo ( OtherType Other) const
inline

◆ Serialize()

bool FChaosVDParticlePositionRotation::Serialize ( FArchive Ar)

Member Data Documentation

◆ MR

FQuat FChaosVDParticlePositionRotation::MR = FQuat(ForceInit)

◆ MX

FVector FChaosVDParticlePositionRotation::MX = FVector(ForceInit)

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