Navigation
Unreal Engine C++ API Reference > Runtime > MovieSceneTracks > Tracks > UMovieScenePropertyTrack
References
Module | MovieSceneTracks |
Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieScenePropertyTrack.h |
Include | #include "Tracks/MovieScenePropertyTrack.h" |
Source | /Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieScenePropertyTrack.cpp |
UMovieSceneSection &42; FindOrAddSection
&40;
FFrameNumber Time,
bool & bSectionAdded
&41;
Remarks
Finds a section at the current time. The found section, or the new section.
Parameters
Name | Description |
---|---|
Time | The time relative to the owning movie scene where the section should be |
bSectionAdded | Whether a section was added or not |