UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Chaos::Softs::FConstraintManagerProxy::FConstraintsInputBuffer Class Reference

#include <ChaosDeformableConstraintsProxy.h>

+ Inheritance diagram for Chaos::Softs::FConstraintManagerProxy::FConstraintsInputBuffer:

Public Types

typedef FConstraintManagerProxy Source
 

Public Member Functions

 FConstraintsInputBuffer (const TArray< FConstraintObjectAdded > &InAdded, const TArray< FConstraintObjectRemoved > &InRemoved, const TArray< FConstraintObjectUpdated > &InUpdate, const UObject *InOwner)
 
- Public Member Functions inherited from Chaos::Softs::FThreadingProxy::FBuffer
 FBuffer (const FThreadingProxy &Ref)
 
 FBuffer (const UObject *InOwner, FName InTypeName)
 
virtual ~FBuffer ()
 
FName BaseTypeName () const
 
template<class T >
T * As ()
 
template<class T >
T * As () const
 

Public Attributes

TArray< FConstraintObjectAddedAdded
 
TArray< FConstraintObjectRemovedRemoved
 
TArray< FConstraintObjectUpdatedUpdated
 

Member Typedef Documentation

◆ Source

Constructor & Destructor Documentation

◆ FConstraintsInputBuffer()

Chaos::Softs::FConstraintManagerProxy::FConstraintsInputBuffer::FConstraintsInputBuffer ( const TArray< FConstraintObjectAdded > &  InAdded,
const TArray< FConstraintObjectRemoved > &  InRemoved,
const TArray< FConstraintObjectUpdated > &  InUpdate,
const UObject InOwner 
)
inline

Member Data Documentation

◆ Added

TArray<FConstraintObjectAdded> Chaos::Softs::FConstraintManagerProxy::FConstraintsInputBuffer::Added

◆ Removed

TArray<FConstraintObjectRemoved> Chaos::Softs::FConstraintManagerProxy::FConstraintsInputBuffer::Removed

◆ Updated

TArray<FConstraintObjectUpdated> Chaos::Softs::FConstraintManagerProxy::FConstraintsInputBuffer::Updated

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