UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
WorldPartitionRuntimeCellTransformerLog.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 "WorldPartitionRuntimeCellTransformerLog.generated.h"
7
8UCLASS()
10{
12
13#if WITH_EDITOR
14public:
15 virtual void PreTransform(ULevel* InLevel) override;
16 virtual void PostTransform(ULevel* InLevel) override;
17
18private:
21#endif
22
23#if WITH_EDITORONLY_DATA
24public:
26 UPROPERTY(EditAnywhere, Category = ISM)
28
30#endif
31};
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define UPROPERTY(...)
UObject definition macros.
Definition ObjectMacros.h:744
#define GENERATED_UCLASS_BODY(...)
Definition ObjectMacros.h:768
#define UCLASS(...)
Definition ObjectMacros.h:776
Definition UnrealString.h.inl:34
Definition Level.h:423
Definition WorldPartitionRuntimeCellTransformerLog.h:10
Definition WorldPartitionRuntimeCellTransformer.h:25