TMovieSceneSerializer::OpenForWrite

Open the serializer for writing

Windows
MacOS
Linux

References

Module

SerializedRecorderInterface

Header

/Engine/Source/Editor/SerializedRecorderInterface/Public/Serializers/MovieSceneSectionSerialization.h

Include

#include "Serializers/MovieSceneSectionSerialization.h"

Syntax

bool OpenForWrite
(
    const FString & InFilename,
    HeaderData & Header,
    FText & OutFailReason
)

Remarks

Open the serializer for writing

Returns

false if the operation was not successful with regards to opening the file, if we have saving turned off it will still return true.

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