Navigation
API > API/Plugins > API/Plugins/ChaosVD
Enum with the available game track types
| Name | EChaosVDTrackType |
| Type | enum |
| Header File | /Engine/Plugins/ChaosVD/Source/ChaosVD/Public/ChaosVDPlaybackController.h |
| Include Path | #include "ChaosVDPlaybackController.h" |
Syntax
enum EChaosVDTrackType
{
Invalid,
Game,
Solver,
All,
}
Values
| Name | Remarks |
|---|---|
| Invalid | |
| Game | |
| Solver | |
| All | Used mostly for search |