UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IPackedLevelActorBuilder.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#if WITH_EDITOR
6
7#include "CoreMinimal.h"
10
12class AActor;
13class UActorComponent;
16
18{
19public:
21 virtual ~IPackedLevelActorBuilder() {}
22 virtual FPackedLevelActorBuilderID GetID() const = 0;
25protected:
27};
28
29#endif
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
uint32_t uint32
Definition binka_ue_file_header.h:6
Definition Actor.h:257
Definition PackedLevelActor.h:26
Definition Array.h:670
Definition ActorComponent.h:152