UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DataLayerInstanceProviderInterface.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2#pragma once
3
4#include "CoreFwd.h"
5#include "UObject/Interface.h"
6#include "DataLayerInstanceProviderInterface.generated.h"
7
8class UDataLayerInstance;
10class UExternalDataLayerInstance;
11
12UINTERFACE(MinimalAPI)
17
28
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 DataLayerInstanceProviderInterface.h:19
virtual const UExternalDataLayerAsset * GetRootExternalDataLayerAsset() const
Definition DataLayerInstanceProviderInterface.cpp:13
virtual TSet< TObjectPtr< UDataLayerInstance > > & GetDataLayerInstances()=0
virtual const TSet< TObjectPtr< UDataLayerInstance > > & GetDataLayerInstances() const =0
virtual const UExternalDataLayerInstance * GetRootExternalDataLayerInstance() const =0
Definition DataLayerInstanceProviderInterface.h:14
Definition ExternalDataLayerAsset.h:16
Definition Interface.h:19