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