Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/UObject
- UObject::OverridePerObjectConfigSection()
- UNetAnalyticsAggregatorConfig::OverridePerObjectConfigSection()
- UStatePerObjectConfig::OverridePerObjectConfigSection()
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/Object.h |
Include | #include "UObject/Object.h" |
virtual void OverridePerObjectConfigSection
&40;
FString & SectionName
&41;
Remarks
Allows PerObjectConfig classes, to override the ini section name used for the PerObjectConfig object.
Parameters
Name | Description |
---|---|
SectionName | Reference to the unmodified config section name, that can be altered/modified |