Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/FSequencerKeyStructGenerator
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/SequencerKeyStructGenerator.h |
| Include | #include "SequencerKeyStructGenerator.h" |
| Source | /Engine/Source/Editor/Sequencer/Private/SequencerKeyStructGenerator.cpp |
UMovieSceneKeyStructType &42; FindGeneratedStruct
&40;
FName InstancedStructName
&41;
Remarks
Attempt to locate an existing struct type with the specified name A generated struct that was added with the specified name, or nullptr if one does not exist.
Parameters
| Name | Description |
|---|---|
| InstancedStructName | The unique name to look for |