FSequencerKeyStructGenerator::DefaultInstanceGeneratedStruct

Create a new generated key struct by reflecting array properties with 'KeyTimes' and 'KeyValues' meta-data

Windows
MacOS
Linux

References

Module

Sequencer

Header

/Engine/Source/Editor/Sequencer/Public/SequencerKeyStructGenerator.h

Include

#include "SequencerKeyStructGenerator.h"

Source

/Engine/Source/Editor/Sequencer/Private/SequencerKeyStructGenerator.cpp

Syntax

UMovieSceneKeyStructType * DefaultInstanceGeneratedStruct
(
    UScriptStruct * ChannelType
)

Remarks

Create a new generated key struct by reflecting array properties with 'KeyTimes' and 'KeyValues' meta-data

Returns

A valid pointer to a UMovieSceneKeyStructType struct type, or nullptr if one could not be found or allocated

Parameters

Parameter

Description

ChannelType

The struct type of the channel (normally retrieved through StaticStruct())

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