UMovieSceneSectionExtensions::SetStartFrameBounded

Set start frame bounded

Windows
MacOS
Linux

References

Module

SequencerScripting

Header

/Engine/Plugins/MovieScene/SequencerScripting/Source/SequencerScripting/Public/ExtensionLibraries/MovieSceneSectionExtensions.h

Include

#include "ExtensionLibraries/MovieSceneSectionExtensions.h"

Source

/Engine/Plugins/MovieScene/SequencerScripting/Source/SequencerScripting/Private/ExtensionLibraries/MovieSceneSectionExtensions.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Section", Meta=(ScriptMethod))
static void SetStartFrameBounded
(
    UMovieSceneSection * Section,
    bool bIsBounded
)

Remarks

Set start frame bounded

Parameters

Parameter

Description

Section

The section to set whether the start frame is bounded or not

IsBounded

The desired bounded state of the start frame

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