FImportNamespaceExParameters

Parameters for the extended [ImportNamespaceEx()](API\Editor\Kismet\FBlueprintEditor\ImportNamespaceEx) method

Unreal Engine C++ API Reference > 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
  FImportNamespaceExParameters () Default ctor (for initialization).

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library