Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
Provides utilities for nodes that need to include OCIO output functionality.
| Name | FMovieGraphOCIOHelper |
| Type | class |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphOCIOHelper.h |
| Include Path | #include "Graph/MovieGraphOCIOHelper.h" |
Syntax
class FMovieGraphOCIOHelper
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMovieGraphOCIOHelper() |
Graph/MovieGraphOCIOHelper.h |
Functions
Public
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TMap< FString, FString > ResolveOpenColorIOContext
(
const TMap< FString, FString >& InContext, |
Resolves an OpenColorIO context with supported tokens. | Graph/MovieGraphOCIOHelper.h | |
static void ValidateDisableTonecurve
(
const UE::MovieGraph::FMovieGraphSampleState& InPayload |
Utility function to warn the user in case they forgot to check "Disable Tone Curve", which in turn controls the render's scene capture source. | Graph/MovieGraphOCIOHelper.h |