Navigation
API > API/Runtime > API/Runtime/ChaosVDData
References
| Module | ChaosVDData |
| Header | /Engine/Source/Runtime/Experimental/ChaosVDData/Public/ChaosVDRecording.h |
| Include | #include "ChaosVDRecording.h" |
Syntax
enum EChaosVDSolverStageFlags
{
None = 0,
Open = 1 << 0,
ExplicitStage = 1 << 1,
}
Values
| Name | Description |
|---|---|
| None | |
| Open | Set if the solver stage is open and can take new data |
| ExplicitStage | Set if the solver stage was explicitly recorded - If not set, this stage was created on the fly during load |
Remarks
Set of flags used to define characteristics of a loaded solver stage