Choose your operating system:
Windows
macOS
Linux
| UMovieSceneCaptureProtocolBase::CanWriteToFileImpl()
|
Module |
|
Header |
/Engine/Source/Runtime/MovieSceneCapture/Public/Protocols/VideoCaptureProtocol.h |
Include |
#include "Protocols/VideoCaptureProtocol.h" |
Source |
/Engine/Source/Runtime/MovieSceneCapture/Private/VideoCaptureProtocol.cpp |
Test whether this capture protocol thinks the file should be written to. Only called when we're not overwriting existing files. By default, we simply test for the file's existence, however this can be overridden to afford complex behaviour like writing out multiple video files for different file names
Whether we should deem this file writable or not
Parameter |
Description |
---|---|
InFilename |
The filename to test |
bOverwriteExisting |
Whether we are allowed to overwrite existing files |