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 UObject &42; InObject
&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 |
|---|---|
| InObject | Hard reference to a (loaded) object. |