UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IDataLayerEditorModule.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2#pragma once
3
4#include "CoreMinimal.h"
6
7class AActor;
8class UDataLayerInstance;
10
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition Actor.h:257
Definition IDataLayerEditorModule.h:15
virtual ~IDataLayerEditorModule()
Definition IDataLayerEditorModule.h:17
virtual void SetActorEditorContextCurrentExternalDataLayer(const UExternalDataLayerAsset *InExternalDataLayerAsset)=0
virtual bool AddActorToDataLayers(AActor *Actor, const TArray< UDataLayerInstance * > &DataLayers)=0
Definition ModuleInterface.h:14
Definition Array.h:670
Definition ExternalDataLayerAsset.h:16