![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <EditorPathObjectInterface.h>
Inheritance diagram for IEditorPathObjectInterface: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.