UMoviePipeline::ResolveFilenameFormatArguments

Resolves the provided InFormatString by converting {format_strings} into settings provided by the master config.

Windows
MacOS
Linux

References

Module

MovieRenderPipelineCore

Header

/Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipeline.h

Include

#include "MoviePipeline.h"

Source

/Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/MoviePipeline.cpp

Syntax

FString ResolveFilenameFormatArguments
(
    const FString & InFormatString,
    const FMoviePipelineFrameOutputState & InOutputState,
    const FStringFormatNamedArguments & InFormatOverrides
) const

Remarks

Resolves the provided InFormatString by converting {format_strings} into settings provided by the master config.

Parameters

Parameter

Description

InFormatString

A format string (in the form of "{format_key1}_{format_key2}") to resolve.

InOutputState

The output state for frame information.

InFormatOverrides

A series of Key/Value pairs to override particular format keys. Useful for things that change based on the caller such as filename extensions.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss