Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/FBlueprintEditor
Parameters for the extended ImportNamespaceEx() method
| Name | FImportNamespaceExParameters |
| Type | struct |
| Header File | /Engine/Source/Editor/Kismet/Public/BlueprintEditor.h |
| Include Path | #include "BlueprintEditor.h" |
Syntax
struct FImportNamespaceExParameters
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FImportNamespaceExParameters() |
Default ctor (for initialization). | BlueprintEditor.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsAutoImport | bool | Whether this is an automatic or explicit (i.e. user-initiated) action. | BlueprintEditor.h | |
| NamespacesToImport | TSet< FString > | One or more unique namespace identifiers to be imported as part of the single transaction. | BlueprintEditor.h | |
| OnPostImportCallback | FSimpleDelegate | Callback to use for any post-import actions. Will not be invoked if nothing is imported. | BlueprintEditor.h |