Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 795 Bytes

ConsoleVariable-SetOnChangedCallback(ConsoleVariableDelegate).md

File metadata and controls

11 lines (10 loc) · 795 Bytes

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