UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DeveloperSettingsBackedByCVars.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
6#include "DeveloperSettings.h"
7#include "UObject/Object.h"
10
11#include "DeveloperSettingsBackedByCVars.generated.h"
12
13class UObject;
14
19UCLASS(Abstract, MinimalAPI)
21{
23
24public:
26
27 DEVELOPERSETTINGS_API virtual void PostInitProperties() override;
28#if WITH_EDITOR
29 DEVELOPERSETTINGS_API virtual void PostEditChangeProperty(struct FPropertyChangedEvent& PropertyChangedEvent) override;
30#endif
31
32};
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define UCLASS(...)
Definition ObjectMacros.h:776
Definition UObjectGlobals.h:1292
static COREUOBJECT_API FObjectInitializer & Get()
Definition UObjectGlobals.cpp:5001
Definition DeveloperSettingsBackedByCVars.h:21
Definition DeveloperSettings.h:24
Definition Object.h:95
virtual COREUOBJECT_API void PostInitProperties()
Definition UObjectGlobals.cpp:3961
Definition UnrealType.h:6865