Navigation
Unreal Engine C++ API Reference > Runtime > MovieSceneTracks > Sections > UMovieSceneColorSection
- UMovieSceneSection::GetKeyStruct()
- UMovieSceneColorSection::GetKeyStruct()
References
Module | MovieSceneTracks |
Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Sections/MovieSceneColorSection.h |
Include | #include "Sections/MovieSceneColorSection.h" |
Source | /Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneColorSection.cpp |
virtual TSharedPtr< FStructOnScope > GetKeyStruct
&40;
TArrayView< const FKeyHandle > KeyHandles
&41;
Remarks
Get the data structure representing the specified keys. The keys' data structure representation, or nullptr if key not found or no structure available.
Parameters
Name | Description |
---|---|
KeyHandles | The handles of the keys. |