Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MovieRenderPipelineDataTypes.h |
| Include | #include "MovieRenderPipelineDataTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FMoviePipelineConsoleVariableEntry
Remarks
Represents a console variable override that can be enabled/disabled.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsEnabled | Enable state. | |
| FString | Name | The name of the console variable. | |
| float | Value | The value of the console variable. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMoviePipelineConsoleVariableEntry
(
const FString& InName, |