Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/SKismetInspector
Description
Update the inspector window to show single struct. This invalidates ShowDetailsForObjects
Update the inspector window to show information on the supplied object
| Name | ShowSingleStruct |
| Type | function |
| Header File | /Engine/Source/Editor/Kismet/Public/SKismetInspector.h |
| Include Path | #include "SKismetInspector.h" |
| Source | /Engine/Source/Editor/Kismet/Private/SKismetInspector.cpp |
void ShowSingleStruct
(
TSharedPtr< FStructOnScope > InStructToDisplay
)