Navigation
Unreal Engine C++ API Reference > Editor > StructViewer > FStructViewerModule
References
Module | StructViewer |
Header | /Engine/Source/Editor/StructViewer/Public/StructViewerModule.h |
Include | #include "StructViewerModule.h" |
Source | /Engine/Source/Editor/StructViewer/Private/StructViewerModule.cpp |
virtual TSharedRef< class SWidget > CreateStructViewer
&40;
const FStructViewerInitializationOptions & InitOptions,
const FOnStructPicked & OnStructPickedDelegate
&41;
Remarks
Creates a struct viewer widget New struct viewer widget
Parameters
Name | Description |
---|---|
InitOptions | Programmer-driven configuration for this widget instance |
OnStructPickedDelegate | Optional callback when a struct is selected in 'struct picking' mode |