6#include "DataLayerInstanceProviderInterface.generated.h"
8class UDataLayerInstance;
10class UExternalDataLayerInstance;
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