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

#include <ChaosResultsManager.h>

Public Member Functions

 FChaosInterpolationResults ()
 
 FChaosInterpolationResults (const FChaosInterpolationResults &Other)=delete
 
 FChaosInterpolationResults (FChaosInterpolationResults &&Other)
 
CHAOS_API void Reset ()
 

Public Attributes

TArray< FChaosRigidInterpolationDataRigidInterpolations
 
TArray< FChaosGeometryCollectionInterpolationDataGeometryCollectionInterpolations
 
TArray< FChaosClusterUnionInterpolationDataClusterUnionInterpolations
 
FPullPhysicsDataPrev
 
FPullPhysicsDataNext
 
FRealSingle Alpha
 

Constructor & Destructor Documentation

◆ FChaosInterpolationResults() [1/3]

Chaos::FChaosInterpolationResults::FChaosInterpolationResults ( )
inline

◆ FChaosInterpolationResults() [2/3]

Chaos::FChaosInterpolationResults::FChaosInterpolationResults ( const FChaosInterpolationResults Other)
delete

◆ FChaosInterpolationResults() [3/3]

Chaos::FChaosInterpolationResults::FChaosInterpolationResults ( FChaosInterpolationResults &&  Other)
inline

Member Function Documentation

◆ Reset()

void Chaos::FChaosInterpolationResults::Reset ( )

Member Data Documentation

◆ Alpha

FRealSingle Chaos::FChaosInterpolationResults::Alpha

◆ ClusterUnionInterpolations

TArray<FChaosClusterUnionInterpolationData> Chaos::FChaosInterpolationResults::ClusterUnionInterpolations

◆ GeometryCollectionInterpolations

TArray<FChaosGeometryCollectionInterpolationData> Chaos::FChaosInterpolationResults::GeometryCollectionInterpolations

◆ Next

FPullPhysicsData* Chaos::FChaosInterpolationResults::Next

◆ Prev

FPullPhysicsData* Chaos::FChaosInterpolationResults::Prev

◆ RigidInterpolations

TArray<FChaosRigidInterpolationData> Chaos::FChaosInterpolationResults::RigidInterpolations

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