Navigation
API > API/Plugins > API/Plugins/ChaosVD
Inheritance Hierarchy
- FChaosVDTabSpawnerBase
- FChaosVDEditorSettingsTab
- FChaosVDObjectDetailsTab
- FChaosVDOutputLogTab
- FChaosVDPlaybackViewportTab
- FChaosVDSolversTracksTab
- FChaosVDWorldOutlinerTab
References
| Module | ChaosVD |
| Header | /Engine/Plugins/Experimental/ChaosVD/Source/ChaosVD/Public/ChaosVDTabSpawnerBase.h |
| Include | #include "ChaosVDTabSpawnerBase.h" |
Syntax
class FChaosVDTabSpawnerBase
Remarks
Base class for any tab of the Chaos Visual Debugger tool
Variables
| Type | Name | Description | |
|---|---|---|---|
| SChaosVDMainTab * | OwningTabWidget | Ptr to the main tab of the owning visual debugger tool instance |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChaosVDTabSpawnerBase
(
const FName& InTabID, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TWeakPtr< FChaosVDScene > | |||
| UWorld * | |||
| TSharedRef< SDockTab > | HandleTabSpawned
(
const FSpawnTabArgs& Args |