Navigation
API > API/Plugins > API/Plugins/LiveLinkMovieScene > API/Plugins/LiveLinkMovieScene/UMovieSceneLiveLinkSubSection
Description
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
Derived Overrides
- UMovieSceneLiveLinkSubSectionAnimation::Initialize
- UMovieSceneLiveLinkSubSectionBasicRole::Initialize
- UMovieSceneLiveLinkSubSectionProperties::Initialize
| Name | Initialize |
| Type | function |
| Header File | /Engine/Plugins/Animation/LiveLink/Source/LiveLinkMovieScene/Public/MovieScene/MovieSceneLiveLinkSubSection.h |
| Include Path | #include "MovieScene/MovieSceneLiveLinkSubSection.h" |
| Source | /Engine/Plugins/Animation/LiveLink/Source/LiveLinkMovieScene/Private/MovieScene/MovieSceneLiveLinkSubSection.cpp |
virtual void Initialize
(
TSubclassOf < ULiveLinkRole > InSubjectRole,
const TSharedPtr < FLiveLinkStaticDataStruct > & InStaticData
)