EM_Task/UnrealEd/Classes/ActorFactories/ActorFactoryExponentialHeightFog.h

15 lines
399 B
C
Raw Permalink Normal View History

2026-02-13 16:18:33 +08:00
// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
#include "UObject/ObjectMacros.h"
#include "ActorFactories/ActorFactory.h"
#include "ActorFactoryExponentialHeightFog.generated.h"
UCLASS(MinimalAPI, config = Editor, collapsecategories, hidecategories = Object)
class UActorFactoryExponentialHeightFog: public UActorFactory
{
GENERATED_UCLASS_BODY()
};