IConsoleVariable::GetInt

Get the internal value as int (should not be used on strings).

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h

Include

#include "HAL/IConsoleManager.h"

Syntax

int32 GetInt() const

Remarks

Get the internal value as int (should not be used on strings).

Returns

value is not rounded (simple cast)