MovieSceneToolHelpers::GatherTakes

Gather takes - level sequence assets that have the same shot prefix and shot number in the same asset path (directory)

Windows
MacOS
Linux

References

Module

MovieSceneTools

Header

/Engine/Source/Editor/MovieSceneTools/Public/MovieSceneToolHelpers.h

Include

#include "MovieSceneToolHelpers.h"

Source

/Engine/Source/Editor/MovieSceneTools/Private/MovieSceneToolHelpers.cpp

Syntax

static void GatherTakes
(
    const UMovieSceneSection * Section,
    TArray< FAssetData > & AssetData,
    uint32 & OutCurrentTakeNumber
)

Remarks

Gather takes - level sequence assets that have the same shot prefix and shot number in the same asset path (directory)

Parameters

Parameter

Description

Section

The section to gather takes from

AssetData

The gathered asset take data

OutCurrentTakeNumber

The current take number of the section

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