Navigation
API > API/Editor > API/Editor/Sequencer
| Name | FLevelEditorSequencerBindingData |
| Type | class |
| Header File | /Engine/Source/Editor/Sequencer/Public/LevelEditorSequencerIntegration.h |
| Include Path | #include "LevelEditorSequencerIntegration.h" |
Syntax
class FLevelEditorSequencerBindingData : public TSharedFromThis< FLevelEditorSequencerBindingData >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FLevelEditorSequencerBindingData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLevelEditorSequencerBindingData() |
LevelEditorSequencerIntegration.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FActorBindingsDataChanged | TMulticastDelegate_NoParams< void > | LevelEditorSequencerIntegration.h | |
| FPropertyBindingsDataChanged | TMulticastDelegate_NoParams< void > | LevelEditorSequencerIntegration.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bActorBindingsDirty | bool | LevelEditorSequencerIntegration.h | ||
| bPropertyBindingsDirty | bool | LevelEditorSequencerIntegration.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ActorBindingsDataChanged | FActorBindingsDataChanged | LevelEditorSequencerIntegration.h | ||
| ActorBindingsMap | TMap< FObjectKey, FString > | LevelEditorSequencerIntegration.h | ||
| PropertyBindingsDataChanged | FPropertyBindingsDataChanged | LevelEditorSequencerIntegration.h | ||
| PropertyBindingsMap | TMap< FObjectKey, TArray< FString > > | LevelEditorSequencerIntegration.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetIsPropertyBound
(
TWeakPtr< FSequencer > Sequencer, |
LevelEditorSequencerIntegration.h | ||
| LevelEditorSequencerIntegration.h | |||
FActorBindingsDataChanged & OnActorBindingsDataChanged() |
LevelEditorSequencerIntegration.h | ||
FPropertyBindingsDataChanged & OnPropertyBindingsDataChanged() |
LevelEditorSequencerIntegration.h |