Navigation
API > API/Editor > API/Editor/Sequencer
| Name | IObjectSchema |
| Type | class |
| Header File | /Engine/Source/Editor/Sequencer/Public/ISequencerObjectSchema.h |
| Include Path | #include "ISequencerObjectSchema.h" |
Syntax
class IObjectSchema : public TSharedFromThis< IObjectSchema >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → IObjectSchema
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IObjectSchema() |
ISequencerObjectSchema.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< FExtender > ExtendObjectBindingMenu
(
TSharedRef< FUICommandList > CommandList, |
ISequencerObjectSchema.h | ||
| ISequencerObjectSchema.h | |||
| ISequencerObjectSchema.h | |||
| ISequencerObjectSchema.h | |||
FObjectSchemaRelevancy GetRelevancy
(
const UObject* InObject |
ISequencerObjectSchema.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TMap< const IObjectSchema *, TArray< UObject * > > ComputeRelevancy
(
TArrayView< UObject*const > InObjects |
ISequencerObjectSchema.h |