Navigation
API > API/Runtime > API/Runtime/Chaos
| Name | TPropertyPool |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/ParticleDirtyFlags.h |
| Include Path | #include "Chaos/ParticleDirtyFlags.h" |
Syntax
template<typename T>
class TPropertyPool
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~TPropertyPool() |
Chaos/ParticleDirtyFlags.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Elements | TArray< T > | Chaos/ParticleDirtyFlags.h | ||
| FreeList | TArray< FPropertyIdx > | Chaos/ParticleDirtyFlags.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T & AddElement
(
FPropertyIdx& OutIdx |
Chaos/ParticleDirtyFlags.h | ||
T & GetElement
(
const FPropertyIdx Idx |
Chaos/ParticleDirtyFlags.h | ||
const T & GetElement
(
const FPropertyIdx Idx |
Chaos/ParticleDirtyFlags.h | ||
void RemoveElement
(
const FPropertyIdx Idx |
Chaos/ParticleDirtyFlags.h |