UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
WorldPartitionCookPackageInterface.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"
7#include "WorldPartitionCookPackageInterface.generated.h"
8
11
12UINTERFACE(MinimalAPI)
17
19{
21
22public:
23#if WITH_EDITOR
24 virtual bool IsLevelPackage() const = 0;
25 virtual const UExternalDataLayerAsset* GetExternalDataLayerAsset() const = 0;
26 virtual FString GetPackageNameToCreate() const = 0;
31#endif
32};
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 WorldPartitionCookPackageInterface.h:19
Definition Array.h:670
Definition ExternalDataLayerAsset.h:16
Definition Interface.h:19
Definition Package.h:216
Definition WorldPartitionCookPackageInterface.h:14