Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/FBlueprintEditor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsNonImportedObject
(
const UObject* InObject |
Return whether the given object falls outside the scope of the current set of imported namespaces within this editor context. | BlueprintEditor.h | |
virtual bool IsNonImportedObject
(
const FSoftObjectPath& InObject |
Return whether the given object (referenced by path) falls outside the scope of the current set of imported namespaces within this editor context. | BlueprintEditor.h |
IsNonImportedObject(const UObject *)
Description
Return whether the given object falls outside the scope of the current set of imported namespaces within this editor context. Default is FALSE (imported).
| Name | IsNonImportedObject |
| Type | function |
| Header File | /Engine/Source/Editor/Kismet/Public/BlueprintEditor.h |
| Include Path | #include "BlueprintEditor.h" |
| Source | /Engine/Source/Editor/Kismet/Private/BlueprintEditor.cpp |
virtual bool IsNonImportedObject
(
const UObject * InObject
) const
IsNonImportedObject(const FSoftObjectPath &)
Description
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).
| Name | IsNonImportedObject |
| Type | function |
| Header File | /Engine/Source/Editor/Kismet/Public/BlueprintEditor.h |
| Include Path | #include "BlueprintEditor.h" |
| Source | /Engine/Source/Editor/Kismet/Private/BlueprintEditor.cpp |
virtual bool IsNonImportedObject
(
const FSoftObjectPath & InObject
) const