Navigation
API > API/Plugins > API/Plugins/ChaosVD
Set of flags that control how a solver stage is accessed
| Name | EChaosVDSolverStageAccessorFlags |
| Type | enum |
| Header File | /Engine/Plugins/ChaosVD/Source/ChaosVD/Public/Trace/ChaosVDTraceProvider.h |
| Include Path | #include "Trace/ChaosVDTraceProvider.h" |
Syntax
enum EChaosVDSolverStageAccessorFlags
{
None = 0,
CreateNewIfClosed = 1 << 0,
CreateNewIfEmpty = 1 << 1,
}
Values
| Name | Remarks |
|---|---|
| None | |
| CreateNewIfClosed | If the solver frame has valid stage data but the last stage is closed, create a new stage which will be labeled as non-staged data |
| CreateNewIfEmpty | If the solver frame does not have any solver stage data, create a new stage which will be labeled as non-staged data |