UUserDefinedImageCaptureProtocol::GenerateFilenameForBuffer

Generate a filename for the specified buffer using this protocol's file name formatter

Windows
MacOS
Linux

References

Module

MovieSceneCapture

Header

/Engine/Source/Runtime/MovieSceneCapture/Public/Protocols/UserDefinedCaptureProtocol.h

Include

#include "Protocols/UserDefinedCaptureProtocol.h"

Source

/Engine/Source/Runtime/MovieSceneCapture/Private/UserDefinedCaptureProtocol.cpp

Syntax

FString GenerateFilenameForBuffer
(
    UTexture * Buffer,
    const FCapturedPixelsID & StreamID
)

Remarks

Generate a filename for the specified buffer using this protocol's file name formatter

Returns

A fully qualified file name

Parameters

Parameter

Description

Buffer

The desired buffer to generate a filename for

StreamID

The ID of the stream for this buffer (e.g. a composition pass name)

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