Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/DataDrivenCVars
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/DataDrivenCVars/DataDrivenCVars.h |
| Include | #include "DataDrivenCVars/DataDrivenCVars.h" |
Syntax
struct FDataDrivenConsoleVariable
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | DefaultValueBool | ||
| float | DefaultValueFloat | ||
| int32 | DefaultValueInt | ||
| FString | Name | ||
| FString | ShadowName | ||
| FDataDrivenCVarType | ShadowType | ||
| FString | ToolTip | ||
| FDataDrivenCVarType | Type |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Refresh () |
||
| void | Register () |
||
| void | UnRegister
(
bool bUseShadowName |