ConsoleVariable-SetOnChangedCallback(ConsoleVariableDelegate).md

April 18, 2021 ยท View on GitHub

UnrealEngine.Framework.ConsoleVariable

ConsoleVariable.SetOnChangedCallback(UnrealEngine.Framework.ConsoleVariableDelegate) Method

Sets the callback function that is called when the console variable value changes

public void SetOnChangedCallback(UnrealEngine.Framework.ConsoleVariableDelegate callback);

Parameters

callback ConsoleVariableDelegate()
The function to call when the value of variable is changed