UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ExternalDataLayerInjectionPolicy.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2#pragma once
3
4#include "CoreFwd.h"
6
7#include "ExternalDataLayerInjectionPolicy.generated.h"
8
9#define UE_API ENGINE_API
10
11class UWorld;
13
14UCLASS(MinimalAPI)
16{
18
19#if WITH_EDITOR
20public:
21 UE_API virtual bool CanInject(const UWorld* InWorld, const UExternalDataLayerAsset* InExternalDataLayerAsset, const UObject* InClient, FText* OutFailureReason = nullptr) const;
22#endif
23};
24
25#undef UE_API
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define UE_API
Definition ExternalDataLayerInjectionPolicy.h:9
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define UCLASS(...)
Definition ObjectMacros.h:776
Definition Text.h:385
Definition ExternalDataLayerAsset.h:16
Definition ExternalDataLayerInjectionPolicy.h:16
Definition Object.h:95
Definition World.h:918