Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphFileOutputNode
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void DisambiguateFilename
(
FString& InOutFilenameFormatString, |
Updates InOutFilenameFormatString to include tokens (like {layer_name}) that will disambiguate the output if multiple outputs are attempting to write to the same file. | Graph/Nodes/MovieGraphFileOutputNode.h | |
static void DisambiguateFilename
(
FString& InOutFilenameFormatString, |
Updates InOutFilenameFormatString to include tokens (like {layer_name}) that will disambiguate the output if multiple outputs are attempting to write to the same file. | Graph/Nodes/MovieGraphFileOutputNode.h |
DisambiguateFilename(FString &, const UE::MovieGraph::FMovieGraphOutputMergerFrame *, const FName &, const FMovieGraphPassData &)
Description
Updates InOutFilenameFormatString to include tokens (like {layer_name}) that will disambiguate the output if multiple outputs are attempting to write to the same file.
| Name | DisambiguateFilename |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphFileOutputNode.h |
| Include Path | #include "Graph/Nodes/MovieGraphFileOutputNode.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/Nodes/MovieGraphFileOutputNode.cpp |
static void DisambiguateFilename
(
FString & InOutFilenameFormatString,
const UE::MovieGraph::FMovieGraphOutputMergerFrame * InRawFrameData,
const FName & InNodeName,
const FMovieGraphPassData & InRenderData
)
DisambiguateFilename(FString &, const UE::MovieGraph::FMovieGraphOutputMergerFrame , const UMovieGraphFileOutputNode , const FMovieGraphPassData &)
Description
Updates InOutFilenameFormatString to include tokens (like {layer_name}) that will disambiguate the output if multiple outputs are attempting to write to the same file.
| Name | DisambiguateFilename |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphFileOutputNode.h |
| Include Path | #include "Graph/Nodes/MovieGraphFileOutputNode.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/Nodes/MovieGraphFileOutputNode.cpp |
static void DisambiguateFilename
(
FString & InOutFilenameFormatString,
const UE::MovieGraph::FMovieGraphOutputMergerFrame * InRawFrameData,
const UMovieGraphFileOutputNode * InParentNode,
const FMovieGraphPassData & InRenderData
)