UMovieSceneSectionExtensions::SetEndFrameBounded

Set end 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 SetEndFrameBounded
(
    UMovieSceneSection * Section,
    bool bIsBounded
)

Remarks

Set end frame bounded

Parameters

Parameter

Description

Section

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

IsBounded

The desired bounded state of the end 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