Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > UMovieSceneTrack
- UMovieSceneTrack::SetSectionToKey()
- UMovieSceneMaterialTrack::SetSectionToKey()
- UMovieScenePropertyTrack::SetSectionToKey()
- UMovieSceneControlRigParameterTrack::SetSectionToKey()
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/MovieSceneTrack.h |
Include | #include "MovieSceneTrack.h" |
virtual void SetSectionToKey
&40;
UMovieSceneSection &42; InSection
&41;
Remarks
Set This Section as the one to key. If track doesn't support layered blends then don't implement
Parameters
Name | Description |
---|---|
InSection | Section that we want to key |