UNetAnalyticsAggregatorConfig::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

NetCore

Header

/Engine/Source/Runtime/Net/Core/Classes/Net/Core/Analytics/NetAnalyticsAggregatorConfig.h

Include

#include "Net/Core/Analytics/NetAnalyticsAggregatorConfig.h"

Source

/Engine/Source/Runtime/Net/Core/Private/Net/Core/Analytics/NetAnalyticsAggregatorConfig.cpp

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