Navigation
API > API/Plugins > API/Plugins/ChaosVD > API/Plugins/ChaosVD/FChaosVDPlaybackController
References
| Module | ChaosVD |
| Header | /Engine/Plugins/Experimental/ChaosVD/Source/ChaosVD/Public/ChaosVDPlaybackController.h |
| Include | #include "ChaosVDPlaybackController.h" |
| Source | /Engine/Plugins/Experimental/ChaosVD/Source/ChaosVD/Private/ChaosVDPlaybackController.cpp |
void GetAvailableTracks
&40;
EChaosVDTrackType TrackType,
TArray< TSharedPtr< FChaosVDTrackInfo >> & OutTrackInfo
&41;
Remarks
Gets all the ids of the tracks, of the specified type, that are available available on the loaded recording
Parameters
| Name | Description |
|---|---|
| TrackType | Type of the tracks we are interested in |
| OutTrackInfo | Array where any found track info data will be added |