UMovieSceneLiveLinkSubSection::Initialize

Called when creating the section for the first time.

Windows
MacOS
Linux

Override Hierarchy

References

Module

LiveLinkMovieScene

Header

/Engine/Plugins/Animation/LiveLink/Source/LiveLinkMovieScene/Public/MovieScene/MovieSceneLiveLinkSubSection.h

Include

#include "MovieScene/MovieSceneLiveLinkSubSection.h"

Source

/Engine/Plugins/Animation/LiveLink/Source/LiveLinkMovieScene/Private/MovieScene/MovieSceneLiveLinkSubSection.cpp

Syntax

virtual void Initialize
(
    TSubclassOf< ULiveLinkRole > InSubjectRole,
    const TSharedPtr< FLiveLinkStaticDataStruct > & InStaticData
)

Remarks

Called when creating the section for the first time. Will setup the subject role and the static data Should create the channels associated with the subsection

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