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

#include <ChaosDeformableConstraintsProxy.h>

+ Inheritance diagram for Chaos::Softs::FConstraintObjectUpdated:

Public Member Functions

 FConstraintObjectUpdated (FConstraintObjectKey InKey=FConstraintObjectKey(), FDeformableConstraintParameters InParamaters=FDeformableConstraintParameters())
 
- Public Member Functions inherited from TTuple< Types >
template<UE::CNotCVRefTo< TTuple >... ArgTypes>
requires (std::is_constructible_v<Types, ArgTypes&&> && ...)
constexpr explicit (!std::conjunction_v< std::is_convertible< ArgTypes &&, Types >... >) TTuple(ArgTypes &&... Args)
 
template<typename... OtherTypes>
requires (std::is_constructible_v<Types, OtherTypes&&> && ...)
 TTuple (TTuple< OtherTypes... > &&Other)
 
template<typename... OtherTypes>
requires (std::is_constructible_v<Types, const OtherTypes&> && ...)
 TTuple (const TTuple< OtherTypes... > &Other)
 
constexpr TTuple ()=default
 
 TTuple (TTuple &&)=default
 
 TTuple (const TTuple &)=default
 
TTupleoperator= (TTuple &&)=default
 
TTupleoperator= (const TTuple &)=default
 
template<typename... OtherTypes>
requires (std::is_assignable_v<Types, const OtherTypes&> && ...)
TTupleoperator= (const TTuple< OtherTypes... > &Other)
 
template<typename... OtherTypes>
requires (std::is_assignable_v<Types, OtherTypes&&> && ...)
TTupleoperator= (TTuple< OtherTypes... > &&Other)
 

Public Attributes

FDeformableConstraintParameters Parameters = FDeformableConstraintParameters()
 

Constructor & Destructor Documentation

◆ FConstraintObjectUpdated()

Chaos::Softs::FConstraintObjectUpdated::FConstraintObjectUpdated ( FConstraintObjectKey  InKey = FConstraintObjectKey(),
FDeformableConstraintParameters  InParamaters = FDeformableConstraintParameters() 
)
inline

Member Data Documentation

◆ Parameters

FDeformableConstraintParameters Chaos::Softs::FConstraintObjectUpdated::Parameters = FDeformableConstraintParameters()

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