FOnConfigChanged

Delegate fired when a configuration change was detected as a result of ReloadConfigs being called.

Choose your operating system:

Windows

macOS

Linux

Type

typedef TMulticastDelegate_OneParam< void, const TSet< FString > & > FOnConfigChanged

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystem.h

Include

#include "OnlineSubsystem.h"

Remarks

Delegate fired when a configuration change was detected as a result of ReloadConfigs being called. Allows application code to inject custom configuration data before the new configuration is used.