IConsoleManager::RegisterConsoleVariableBitRef

Create a reference to a show flag variable

Windows
MacOS
Linux

Override Hierarchy

IConsoleManager::RegisterConsoleVariableBitRef()

FConsoleManager::RegisterConsoleVariableBitRef()

References

Module

Core

Header

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

Include

#include "HAL/IConsoleManager.h"

Syntax

IConsoleVariable * RegisterConsoleVariableBitRef
(
    const TCHAR * CVarName,
    const TCHAR * FlagName,
    uint32 BitNumber,
    uint8 * Force0MaskPtr,
    uint8 * Force1MaskPtr,
    const TCHAR * Help,
    uint32 Flags
)

Remarks

Create a reference to a show flag variable

Parameters

Parameter

Description

CVarName

must not be 0, e.g. "Show.PostProcessing"

FlagName

must not be 0, e.g. "PostProcessing"

BitNumber

in the memory defined by Force0MaskPtr and Force1MaskPtr

Force0MaskPtr

memory that contains the bits that should be forced to 0

Force1MaskPtr

memory that contains the bits that should be forced to 1

Help

must not be 0

Flags

bitmask combined from EConsoleVariableFlags

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss