UObject::OverridePerObjectConfigSection

Allows PerObjectConfig classes, to override the ini section name used for the PerObjectConfig object.

Windows
MacOS
Linux

Override Hierarchy

UObject::OverridePerObjectConfigSection()

UNetAnalyticsAggregatorConfig::OverridePerObjectConfigSection()

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/Object.h

Include

#include "UObject/Object.h"

Syntax

virtual void OverridePerObjectConfigSection
(
    FString & SectionName
)

Remarks

Allows PerObjectConfig classes, to override the ini section name used for the PerObjectConfig object.

Parameters

Parameter

Description

SectionName

Reference to the unmodified config section name, that can be altered/modified

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss