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 GetAvailableTrackInfosAtTrackFrame
&40;
EChaosVDTrackType TrackTypeToFind,
TArray< TSharedPtr< FChaosVDTrackInfo >> & OutTrackInfo,
const FChaosVDTrackInfo &42; TrackFrameInfo
&41;
Remarks
Gets all the ids of the tracks, of the specified type, that are available available on the loaded recording, at a specified frame
Parameters
| Name | Description |
|---|---|
| TrackTypeToFind | Type of the tracks we are interested in |
| OutTrackInfo | Array where any found track info data will be added |
| TrackFrameInfo | Ptr to the track info with the current frame to evaluate |