UMovieSceneSection::TryModify

Calls Modify if this section can be modified, i.e. can't be modified if it's locked

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/MovieSceneSection.h

Include

#include "MovieSceneSection.h"

Source

/Engine/Source/Runtime/MovieScene/Private/MovieSceneSection.cpp

Syntax

bool TryModify
(
    bool bAlwaysMarkDirty
)

Remarks

Calls Modify if this section can be modified, i.e. can't be modified if it's locked

Returns

Returns whether this section is locked or not

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