Navigation
API > API/Runtime > API/Runtime/ChaosVDData
Set of flags used to define characteristics of a loaded solver stage
| Name | EChaosVDSolverStageFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/Experimental/ChaosVDData/Public/ChaosVDRecording.h |
| Include Path | #include "ChaosVDRecording.h" |
Syntax
enum EChaosVDSolverStageFlags
{
None = 0,
Open = 1 << 0,
ExplicitStage = 1 << 1,
}
Values
| Name | Remarks |
|---|---|
| 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 |