Navigation
API > API/Plugins > API/Plugins/ChaosVD > API/Plugins/ChaosVD/FChaosVDPlaybackController
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void TrySetActiveTrack
(
int32 SlotIndex |
Attempts to set the track on the specified slot as active. | ChaosVDPlaybackController.h | |
void TrySetActiveTrack
(
const TSharedRef< const FChaosVDTrackInfo >& NewActiveTrack |
Attempts to set the provided track as active. | ChaosVDPlaybackController.h |
TrySetActiveTrack(int32)
Description
Attempts to set the track on the specified slot as active. An active track is the track to all key shortcuts will be applied
| Name | TrySetActiveTrack |
| Type | function |
| Header File | /Engine/Plugins/ChaosVD/Source/ChaosVD/Public/ChaosVDPlaybackController.h |
| Include Path | #include "ChaosVDPlaybackController.h" |
| Source | /Engine/Plugins/ChaosVD/Source/ChaosVD/Private/ChaosVDPlaybackController.cpp |
void TrySetActiveTrack
(
int32 SlotIndex
)
Parameters
| Name | Remarks |
|---|---|
| SlotIndex | Slot of the track we want to make active |
TrySetActiveTrack(const TSharedRef< const FChaosVDTrackInfo > &)
Description
Attempts to set the provided track as active. An active track is the track to all key shortcuts will be applied
| Name | TrySetActiveTrack |
| Type | function |
| Header File | /Engine/Plugins/ChaosVD/Source/ChaosVD/Public/ChaosVDPlaybackController.h |
| Include Path | #include "ChaosVDPlaybackController.h" |
| Source | /Engine/Plugins/ChaosVD/Source/ChaosVD/Private/ChaosVDPlaybackController.cpp |
void TrySetActiveTrack
(
const TSharedRef < const FChaosVDTrackInfo > & NewActiveTrack
)
Parameters
| Name | Remarks |
|---|---|
| NewActiveTrack | Slot of the track we want to make active |