![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Go to the source code of this file.
Namespaces | |
| namespace | Chaos |
| namespace | Chaos::Softs |
Enumerations | |
| enum class | Chaos::Softs::ECollectionPropertyFlags : uint8 { Chaos::Softs::None = 0 , Chaos::Softs::Enabled = 1 << 0 , Chaos::Softs::Animatable = 1 << 1 , Chaos::Softs::Legacy = 1 << 2 , Chaos::Softs::Interpolable = 1 << 3 , Chaos::Softs::Intrinsic = 1 << 4 , Chaos::Softs::StringDirty = 1 << 6 , Chaos::Softs::Dirty = 1 << 7 } |
| enum class | Chaos::Softs::ECollectionPropertyUpdateFlags : uint8 { Chaos::Softs::None = 0 , Chaos::Softs::AppendNewProperties = 1 << 0 , Chaos::Softs::UpdateExistingProperties = 1 << 1 , Chaos::Softs::RemoveMissingProperties = 1 << 2 , Chaos::Softs::DisableMissingProperties = 1 << 3 } |
| #define UE_CHAOS_DECLARE_INDEXED_PROPERTYCOLLECTION_NAME | ( | PropertyName, | |
| Type | |||
| ) |
| #define UE_CHAOS_DECLARE_INDEXLESS_PROPERTYCOLLECTION_NAME | ( | PropertyName, | |
| Type | |||
| ) |
| #define UE_CHAOS_DECLARE_PROPERTYCOLLECTION_NAME | ( | PropertyName, | |
| Type | |||
| ) |