Navigation
API > API/Plugins > API/Plugins/ChaosVD
Simple details for CVD objects and structures
| Name | SChaosVDDetailsView |
| Type | class |
| Header File | /Engine/Plugins/ChaosVD/Source/ChaosVD/Public/Widgets/SChaosVDDetailsView.h |
| Include Path | #include "Widgets/SChaosVDDetailsView.h" |
Syntax
class SChaosVDDetailsView : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SChaosVDDetailsView
- FSlateControlledConstruction → SWidget → SCompoundWidget → SChaosVDDetailsView
Structs
| Name | Remarks |
|---|---|
| FArguments |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
Constructs this widget with InArgs | Widgets/SChaosVDDetailsView.h | |
void SetSelectedObject
(
UObject* NewObject |
Updates the current object this view details is viewing | Widgets/SChaosVDDetailsView.h | |
void SetSelectedStruct
(
TStruct* NewStruct |
Updates the current object this view details is viewing | Widgets/SChaosVDDetailsView.h | |
void SetSelectedStruct
(
const TSharedPtr< FStructOnScope >& NewStruct |
Widgets/SChaosVDDetailsView.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< IDetailsView > CreateObjectDetailsView() |
Widgets/SChaosVDDetailsView.h | ||
TSharedPtr< IStructureDetailsView > CreateStructureDataDetailsView() |
Widgets/SChaosVDDetailsView.h | ||
EVisibility GetObjectDetailsVisibility() |
Widgets/SChaosVDDetailsView.h | ||
EVisibility GetStructDetailsVisibility() |
Widgets/SChaosVDDetailsView.h |