Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/FBlueprintEditorModule
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/BlueprintEditorModule.h |
| Include | #include "BlueprintEditorModule.h" |
| Source | /Engine/Source/Editor/Kismet/Private/BlueprintEditorModule.cpp |
virtual TSharedRef< IUserDefinedStructureEditor > CreateUserDefinedStructEditor
&40;
const EToolkitMode::Type Mode,
const TSharedPtr< IToolkitHost > & InitToolkitHost,
UUserDefinedStruct &42; UDStruct
&41;
Remarks
Creates an instance of a Structure editor object. Interface to the new Struct editor
Parameters
| Name | Description |
|---|---|
| Mode | Mode that this editor should operate in |
| InitToolkitHost | When Mode is WorldCentric, this is the level editor instance to spawn this editor within |
| UDEnum | The user-defined structure to start editing |