Navigation
API > API/Runtime > API/Runtime/ChaosVDData
| Name | EChaosVDRecordingAttributes |
| Type | enum |
| Header File | /Engine/Source/Runtime/Experimental/ChaosVDData/Public/ChaosVDRecording.h |
| Include Path | #include "ChaosVDRecording.h" |
Syntax
enum EChaosVDRecordingAttributes
{
None = 0,
Live = 1 << 0,
Merged = 1 << 1,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Live | Set if this recording is being populated from a live session |
| Merged | Set if this recording contains data from multiple recordings |