Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/FBlueprintNamespaceUtilities > API/Editor/Kismet/FBlueprintNamespaceUtilities/GetObjectNamespace
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/BlueprintNamespaceUtilities.h |
| Include | #include "BlueprintNamespaceUtilities.h" |
| Source | /Engine/Source/Editor/Kismet/Private/BlueprintNamespaceUtilities.cpp |
static FString GetObjectNamespace
&40;
const UObject &42; InObject
&41;
Remarks
Analyzes the given object to determine its explicitly-assigned namespace identifier, or otherwise returns its default namespace. The unique Blueprint namespace identifier associated with the given object, or an empty string if the object belongs to the global namespace (default).
Parameters
| Name | Description |
|---|---|
| InObject | A reference to the input object. |