Navigation
API > API/Plugins > API/Plugins/ChaosVD
Enumeration of the available modes controlling how data is loaded into CVD
| Name | EChaosVDLoadRecordedDataMode |
| Type | enum |
| Header File | /Engine/Plugins/ChaosVD/Source/ChaosVD/Public/ChaosVDEngine.h |
| Include Path | #include "ChaosVDEngine.h" |
Syntax
enum EChaosVDLoadRecordedDataMode
{
SingleSource,
MultiSource,
}
Values
| Name | Remarks |
|---|---|
| SingleSource | This mode will unload any CVD recording currently loaded before loading the selected file |
| MultiSource | CVD will load and merge the data of the selected recording into the currently loaded recording |