UMovieSceneColorSection::GetKeyStruct

Get the data structure representing the specified keys.

Windows
MacOS
Linux

Override Hierarchy

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

Syntax

virtual TSharedPtr< FStructOnScope > GetKeyStruct
(
    TArrayView< const FKeyHandle > KeyHandles
)

Remarks

Get the data structure representing the specified keys.

Returns

The keys' data structure representation, or nullptr if key not found or no structure available.

Parameters

Parameter

Description

KeyHandles

The handles of the keys.

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