UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
WorldPartitionRuntimeCellDataHashSet.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#include "WorldPartitionRuntimeCellDataHashSet.generated.h"
7
8UCLASS(Within = WorldPartitionRuntimeCell, MinimalAPI)
10{
12
13public:
14#if WITH_EDITOR
15 ENGINE_API virtual void DumpStateLog(FHierarchicalLogArchive& Ar) const;
16#endif
17
18 UPROPERTY()
19 bool bIs2D;
20};
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
const bool
Definition NetworkReplayStreaming.h:178
#define UPROPERTY(...)
UObject definition macros.
Definition ObjectMacros.h:744
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define UCLASS(...)
Definition ObjectMacros.h:776
Definition WorldPartitionRuntimeCellDataHashSet.h:10
Definition WorldPartitionRuntimeCellData.h:16
Definition HierarchicalLogArchive.h:14