UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
EditorPathObjectInterface.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreFwd.h"
6#include "UObject/Interface.h"
7#include "UObject/Object.h"
10
11#include "EditorPathObjectInterface.generated.h"
12
13UINTERFACE(BlueprintType, meta = (CannotImplementInterfaceInBlueprint), MinimalAPI)
18
28{
30
31#if WITH_EDITOR
32public:
33 virtual UObject* GetEditorPathOwner() const = 0;
34#endif
35};
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define UINTERFACE(...)
Definition ObjectMacros.h:780
#define GENERATED_IINTERFACE_BODY(...)
Definition ObjectMacros.h:770
#define GENERATED_UINTERFACE_BODY(...)
Definition ObjectMacros.h:769
Definition EditorPathObjectInterface.h:28
Definition EditorPathObjectInterface.h:15
Definition Interface.h:19
Definition Object.h:95