Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Misc
Inheritance Hierarchy
- IEditorPathObjectInterface
- ULevel
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/Misc/EditorPathObjectInterface.h |
| Include | #include "Misc/EditorPathObjectInterface.h" |
Syntax
class IEditorPathObjectInterface
Remarks
Interface to be implemented by Objects that can be part of an Editor Path through a Editor Path owner
See FEditorPathHelper::GetEditorPath. Paths returned by FEditorPathHelper::GetEditorPath variants should be resolvable through the EditorPathOwner's class override of ResolveSubObject.
Example implementation of this is to allow Objects outside of a Level Instance to reference objects inside a Level Instance.
Functions
| Type | Name | Description | |
|---|---|---|---|
| UObject * |