FSequencerKeyStructGenerator::FindGeneratedStruct

Attempt to locate an existing struct type with the specified name

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 * FindGeneratedStruct
(
    FName InstancedStructName
)

Remarks

Attempt to locate an existing struct type with the specified name

Returns

A generated struct that was added with the specified name, or nullptr if one does not exist.

Parameters

Parameter

Description

InstancedStructName

The unique name to look for

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