Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/IBlueprintEditor > API/Editor/Kismet/IBlueprintEditor/IsNonImportedObject
- IBlueprintEditor::IsNonImportedObject()
- FBlueprintEditor::IsNonImportedObject()
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/BlueprintEditorModule.h |
| Include | #include "BlueprintEditorModule.h" |
virtual bool IsNonImportedObject
(
const FSoftObjectPath & InObject
) const
Remarks
Return whether the given object (referenced by path) falls outside the scope of the current set of imported namespaces within this editor context. Default is FALSE (imported).