Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/FBlueprintNamespaceUtilities
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/BlueprintNamespaceUtilities.h |
| Include | #include "BlueprintNamespaceUtilities.h" |
| Source | /Engine/Source/Editor/Kismet/Private/BlueprintNamespaceUtilities.cpp |
static void GetDefaultImportsForObject
&40;
const UObject &42; InObject,
TSet< FString > & OutNamespaces
&41;
Remarks
Gathers the set of default namespaces that are implicitly imported by a given object's type.
Parameters
| Name | Description |
|---|---|
| InObject | A reference to a loaded object or type. |
| OutNamespaces | Zero or more unique namespace identifier(s) representing the type's default namespace set. |