UMovieSceneSectionExtensions::GetParentSequenceFrame

Get the frame in the space of its parent sequence

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

static int32 GetParentSequenceFrame
(
    UMovieSceneSubSection * Section,
    int32 InFrame,
    UMovieSceneSequence * ParentSequence
)

Remarks

Get the frame in the space of its parent sequence

Returns

The frame at the parent sequence

Parameters

Parameter

Description

Section

The section that the InFrame is local to

InFrame

The desired local frame

ParentSequence

The parent sequence to traverse from

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