ConsoleVariable.md

April 18, 2021 ยท View on GitHub

UnrealEngine.Framework

ConsoleVariable Class

Interface for console variables

public class ConsoleVariable : UnrealEngine.Framework.ConsoleObject

Inheritance System.Object ๐Ÿก’ ConsoleObject ๐Ÿก’ ConsoleVariable

Methods

  • ClearOnChangedCallback()
  • GetBool()
  • GetFloat()
  • GetInt()
  • GetString()
  • SetBool(bool)
  • SetFloat(float)
  • SetInt(int)
  • SetOnChangedCallback(UnrealEngine.Framework.ConsoleVariableDelegate)
  • SetString(string)

Contents

  1. 0.1UnrealEngine.Framework
  2. 1ConsoleVariable Class
  3. 1.1Methods