Navigation
API > API/Plugins > API/Plugins/ChaosVD
Set of flags used to indicate which data was modified and needs to be evaluated again by other systems
| Name | EChaosVDSceneParticleDirtyFlags |
| Type | enum |
| Header File | /Engine/Plugins/ChaosVD/Source/ChaosVD/Public/ChaosVDSceneParticleFlags.h |
| Include Path | #include "ChaosVDSceneParticleFlags.h" |
Syntax
enum EChaosVDSceneParticleDirtyFlags
{
None = 0,
Visibility = 1 << 0,
Coloring = 1 << 1,
Active = 1 << 2,
Transform = 1 << 3,
Parent = 1 << 4,
Geometry = 1 << 5,
CollisionData = 1 << 6,
PreUpdatePass = 1 << 7,
TEDS = 1 << 8,
StreamingBounds = 1 << 9,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Visibility | |
| Coloring | |
| Active | |
| Transform | |
| Parent | |
| Geometry | |
| CollisionData | |
| PreUpdatePass | |
| TEDS | |
| StreamingBounds |