Navigation
API > API/Plugins > API/Plugins/ChaosVD
Inheritance Hierarchy
- FChaosVDTabSpawnerBase
- TSharedFromThis
- FChaosVDPlaybackViewportTab
References
| Module | ChaosVD |
| Header | /Engine/Plugins/Experimental/ChaosVD/Source/ChaosVD/Public/ChaosVDPlaybackViewportTab.h |
| Include | #include "ChaosVDPlaybackViewportTab.h" |
Syntax
class FChaosVDPlaybackViewportTab :
public FChaosVDTabSpawnerBase,
public TSharedFromThis< FChaosVDPlaybackViewportTab >
Remarks
Spawns and handles and instance for the visual debugger Playback viewport tab It contains the Playback controls and the 3D viewport
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< SChaosVDPlaybackViewport > | PlaybackViewportWidget |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChaosVDPlaybackViewportTab
(
const FName& InTabID, |
Overridden from FChaosVDTabSpawnerBase
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< SDockTab > | HandleTabSpawned
(
const FSpawnTabArgs& Args |