Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineSettings
References
| Module | MovieRenderPipelineSettings |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineSettings/Public/MoviePipelineConsoleVariableSetting.h |
| Include | #include "MoviePipelineConsoleVariableSetting.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FMoviePipelineConsoleVariableEntry
Remarks
Represents a console variable override within the Console Variable setting.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsEnabled | Enable state. | |
| TWeakPtr< FConsoleVariablesEditorCommandInfo > | CommandInfo | ||
| FString | Name | The name of the console variable. | |
| float | Value | The value of the console variable. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMoviePipelineConsoleVariableEntry
(
const FString& InName, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Updates the CommandInfo pointer. |