Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMoviePipelineBlueprintLibrary
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelineBlueprintLibrary.h |
| Include | #include "MoviePipelineBlueprintLibrary.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/MoviePipelineBlueprintLibrary.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"Movie Render Pipeline"&41;
static void ResolveFilenameFormatArguments
&40;
const FString & InFormatString,
const FMoviePipelineFilenameResolveParams & InParams,
FString & OutFinalPath,
FMoviePipelineFormatArgs & OutMergedFormatArgs
&41;
Remarks
Resolves the provided InFormatString by converting {format_strings} into settings provided by the primary config. OutMergedFormatArgs A merged set of Key/Value pairs for both Filename Arguments and Metadata that merges all the sources.
Parameters
| Name | Description |
|---|---|
| InFormatString | A format string (in the form of "{format_key1}_{format_key2}") to resolve. |
| InParams | The parameters to resolve the format string with. See FMoviePipelineFilenameResolveParams properties for details. Expected that you fill out all of the parameters so that they can be used to resolve strings, otherwise default values may be used. |
| OutFinalPath | The final filepath based on a combination of the format string and the Resolve Params. |