Navigation
API > API/Plugins > API/Plugins/ChaosVD
Inheritance Hierarchy
- FChaosVDTabSpawnerBase
- FChaosVDSceneSelectionObserver
- TSharedFromThis
- FChaosVDObjectDetailsTab
References
| Module | ChaosVD |
| Header | /Engine/Plugins/Experimental/ChaosVD/Source/ChaosVD/Public/ChaosVDObjectDetailsTab.h |
| Include | #include "ChaosVDObjectDetailsTab.h" |
Syntax
class FChaosVDObjectDetailsTab :
public FChaosVDTabSpawnerBase,
public FChaosVDSceneSelectionObserver,
public TSharedFromThis< FChaosVDObjectDetailsTab >
Remarks
Spawns and handles and instance for the visual debugger details panel
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< IDetailsView > | DetailsPanel | ||
| FDelegateHandle | SelectionDelegateHandle |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChaosVDObjectDetailsTab
(
const FName& InTabID, |
Overridden from FChaosVDTabSpawnerBase
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< SDockTab > | HandleTabSpawned
(
const FSpawnTabArgs& Args |
Overridden from FChaosVDSceneSelectionObserver
| Type | Name | Description | |
|---|---|---|---|
| void | HandlePostSelectionChange
(
const UTypedElementSelectionSet* ChangesSelectionSet |
Called when the current selection has changed |