ULevelSequenceEditorBlueprintLibrary::SetLockLevelSequence

Sets the lock for the current level sequence and its descendants for editing.

Windows
MacOS
Linux

References

Module

LevelSequenceEditor

Header

/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Public/LevelSequenceEditorBlueprintLibrary.h

Include

#include "LevelSequenceEditorBlueprintLibrary.h"

Source

/Engine/Plugins/MovieScene/LevelSequenceEditor/Source/LevelSequenceEditor/Private/LevelSequenceEditorBlueprintLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Level Sequence Editor")
static void SetLockLevelSequence
(
    bool bLock
)

Remarks

Sets the lock for the current level sequence and its descendants for editing.

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