UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
AssetBackedTarget.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
7#include "UObject/Interface.h"
9
10#include "AssetBackedTarget.generated.h"
11
12UINTERFACE(MinimalAPI)
17
19{
21
22public:
26 virtual UObject* GetSourceData() const = 0;
27
33};
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define UINTERFACE(...)
Definition ObjectMacros.h:780
Definition AssetBackedTarget.h:19
virtual UObject * GetSourceData() const =0
virtual bool HasSameSourceData(UToolTarget *OtherTarget) const
Definition AssetBackedTarget.h:28
Definition AssetBackedTarget.h:14
Definition Interface.h:19
Definition Object.h:95
Definition ToolTarget.h:40