Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FAutoConsoleVariableSink
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAutoConsoleVariableSink
(
FConsoleCommandDelegate&& InCommand |
Constructor, saves the argument for future removal from the console variable system | HAL/IConsoleManager.h | |
FAutoConsoleVariableSink
(
const FConsoleCommandDelegate& InCommand |
Constructor, saves the argument for future removal from the console variable system | HAL/IConsoleManager.h |
FAutoConsoleVariableSink(FConsoleCommandDelegate &&)
Description
Constructor, saves the argument for future removal from the console variable system
| Name | FAutoConsoleVariableSink |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h |
| Include Path | #include "HAL/IConsoleManager.h" |
FAutoConsoleVariableSink
(
FConsoleCommandDelegate && InCommand
)
FAutoConsoleVariableSink(const FConsoleCommandDelegate &)
Description
Constructor, saves the argument for future removal from the console variable system
| Name | FAutoConsoleVariableSink |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h |
| Include Path | #include "HAL/IConsoleManager.h" |
FAutoConsoleVariableSink
(
const FConsoleCommandDelegate & InCommand
)