UTakeRecorderSources::CreateSubSequenceForSource

Static functions used by other parts of the take systemCreates a sub-sequence asset for the specified sub sequence name based on the given master sequence.

Windows
MacOS
Linux

References

Module

TakesCore

Header

/Engine/Plugins/VirtualProduction/Takes/Source/TakesCore/Public/TakeRecorderSources.h

Include

#include "TakeRecorderSources.h"

Source

/Engine/Plugins/VirtualProduction/Takes/Source/TakesCore/Private/TakeRecorderSources.cpp

Syntax

static ULevelSequence * CreateSubSequenceForSource
(
    ULevelSequence * InMasterSequence,
    const FString & SubSequenceTrackName,
    const FString & SubSequenceAssetName
)

Remarks

Static functions used by other parts of the take systemCreates a sub-sequence asset for the specified sub sequence name based on the given master sequence.

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