Navigation
API > API/Runtime > API/Runtime/ChaosVDRuntime > API/Runtime/ChaosVDRuntime/DataWrappers
References
| Module | ChaosVDRuntime |
| Header | /Engine/Source/Runtime/Experimental/ChaosVisualDebugger/Public/DataWrappers/ChaosVDQueryDataWrappers.h |
| Include | #include "DataWrappers/ChaosVDQueryDataWrappers.h" |
Syntax
enum EChaosVDQueryFastDataParallelFlags
{
None = 0,
Parallel0 = 1 << 0,
Parallel1 = 1 << 1,
Parallel2 = 1 << 2,
}
Values
| Name | Description |
|---|---|
| None | |
| Parallel0 | |
| Parallel1 | |
| Parallel2 |