Navigation
API > API/Plugins > API/Plugins/ChaosVD
Data that represents the current state of a track and ID info
| Name | FChaosVDTrackInfo |
| Type | struct |
| Header File | /Engine/Plugins/ChaosVD/Source/ChaosVD/Public/ChaosVDPlaybackController.h |
| Include Path | #include "ChaosVDPlaybackController.h" |
Syntax
struct FChaosVDTrackInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCanShowTrackControls | bool | ChaosVDPlaybackController.h | ||
| bHasNetworkSyncData | bool | ChaosVDPlaybackController.h | ||
| bIsPlaying | bool | ChaosVDPlaybackController.h | ||
| bIsReSimulated | bool | ChaosVDPlaybackController.h | ||
| bIsServer | bool | ChaosVDPlaybackController.h | ||
| bSupportsVisibilityChange | bool | ChaosVDPlaybackController.h | ||
| bTrackSyncEnabled | bool | ChaosVDPlaybackController.h | ||
| CurrentFrame | int32 | ChaosVDPlaybackController.h | ||
| CurrentStage | int32 | ChaosVDPlaybackController.h | ||
| CurrentStageNames | TArray< FStringView > | ChaosVDPlaybackController.h | ||
| LockedOnStage | int32 | ChaosVDPlaybackController.h | ||
| MaxFrames | int32 | ChaosVDPlaybackController.h | ||
| TrackID | int32 | ChaosVDPlaybackController.h | ||
| TrackName | FName | ChaosVDPlaybackController.h | ||
| TrackSlot | int32 | ChaosVDPlaybackController.h | ||
| TrackType | EChaosVDTrackType | ChaosVDPlaybackController.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValidTrack() |
ChaosVDPlaybackController.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool AreSameTrack
(
const TSharedRef< const FChaosVDTrackInfo >& TrackA, |
ChaosVDPlaybackController.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FChaosVDTrackInfo& Other |
ChaosVDPlaybackController.h |