Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/FBlueprintNamespaceHelper > API/Editor/Kismet/FBlueprintNamespaceHelper/IsImportedObject
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/BlueprintNamespaceHelper.h |
| Include | #include "BlueprintNamespaceHelper.h" |
| Source | /Engine/Source/Editor/Kismet/Private/BlueprintNamespaceHelper.cpp |
bool IsImportedObject
&40;
const FSoftObjectPath & InObjectPath
&41; const
Remarks
Tests an object's namespace to see if it's been imported. TRUE if the object's underlying namespace was imported into the Blueprint editor context that's managed by this instance.
Parameters
| Name | Description |
|---|---|
| InObjectPath | Soft reference to an object. May be loaded or unloaded. |