Navigation
API > API/Plugins > API/Plugins/ChaosVD > API/Plugins/ChaosVD/SChaosVDDetailsView
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
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 |
SetSelectedStruct(TStruct *)
Description
Updates the current object this view details is viewing
| Name | SetSelectedStruct |
| Type | function |
| Header File | /Engine/Plugins/ChaosVD/Source/ChaosVD/Public/Widgets/SChaosVDDetailsView.h |
| Include Path | #include "Widgets/SChaosVDDetailsView.h" |
template<typename TStruct>
void SetSelectedStruct
(
TStruct * NewStruct
)
SetSelectedStruct(const TSharedPtr< FStructOnScope > &)
| Name | SetSelectedStruct |
| Type | function |
| Header File | /Engine/Plugins/ChaosVD/Source/ChaosVD/Public/Widgets/SChaosVDDetailsView.h |
| Include Path | #include "Widgets/SChaosVDDetailsView.h" |
| Source | /Engine/Plugins/ChaosVD/Source/ChaosVD/Private/Widgets/SChaosVDDetailsView.cpp |
void SetSelectedStruct
(
const TSharedPtr < FStructOnScope > & NewStruct
)