Navigation
API > API/Editor > API/Editor/MovieSceneTools
A single named tag widget for an object binding within a sequence, represented as a rounded 'pill'
| Name | SObjectBindingTag |
| Type | class |
| Header File | /Engine/Source/Editor/MovieSceneTools/Public/SObjectBindingTag.h |
| Include Path | #include "SObjectBindingTag.h" |
Syntax
class SObjectBindingTag : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SObjectBindingTag
- FSlateControlledConstruction → SWidget → SCompoundWidget → SObjectBindingTag
Structs
| Name | Remarks |
|---|---|
| FArguments |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnCreateNew | TBaseDelegate_OneParam< void, FName > | SObjectBindingTag.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EditableText | TSharedPtr< SEditableTextBox > | SObjectBindingTag.h | ||
| OnClicked | FSimpleDelegate | SObjectBindingTag.h | ||
| OnCreateNew | FOnCreateNew | SObjectBindingTag.h | ||
| OnDeleted | FSimpleDelegate | SObjectBindingTag.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Construct this widget | SObjectBindingTag.h |