Navigation
API > API/Editor > API/Editor/Sequencer
| Name | FSequencerNumericTypeInterface |
| Type | struct |
| Header File | /Engine/Source/Editor/Sequencer/Public/ISequencerNumericTypeInterface.h |
| Include Path | #include "ISequencerNumericTypeInterface.h" |
Syntax
struct FSequencerNumericTypeInterface
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSequencerNumericTypeInterface
(
TSharedRef< INumericTypeInterface< double > > InInterface, |
ISequencerNumericTypeInterface.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FSequencerNumericTypeInterface() |
ISequencerNumericTypeInterface.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Intent | ENumericIntent | ISequencerNumericTypeInterface.h | ||
| Interface | TSharedRef< INumericTypeInterface< double > > | ISequencerNumericTypeInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual int32 GetRelevancyScore
(
const ISequencer& Sequencer, |
ISequencerNumericTypeInterface.h |