Navigation
API > API/Plugins > API/Plugins/AnimGenEditor
| Name | SControlObject |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Animation/AnimGen/Source/AnimGenEditor/Public/SAnimGenEditorControlObject.h |
| Include Path | #include "SAnimGenEditorControlObject.h" |
Syntax
class SControlObject : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SControlObject
- FSlateControlledConstruction → SWidget → SCompoundWidget → SControlObject
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TreeElements | TArray< TSharedPtr< FControlObjectTreeElement > > | SAnimGenEditorControlObject.h | ||
| TreeView | TSharedPtr< STreeView< TSharedPtr< FControlObjectTreeElement > > > | SAnimGenEditorControlObject.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
SAnimGenEditorControlObject.h | ||
TArray< TSharedPtr< FControlObjectTreeElement > > & GetTreeElementsRef() |
SAnimGenEditorControlObject.h | ||
void OnExpansionChanged
(
TSharedPtr< FControlObjectTreeElement > Item, |
SAnimGenEditorControlObject.h | ||
TSharedRef< ITableRow > OnGenerateRow
(
TSharedPtr< FControlObjectTreeElement > Item, |
SAnimGenEditorControlObject.h | ||
void OnGetChildren
(
TSharedPtr< FControlObjectTreeElement > InItem, |
SAnimGenEditorControlObject.h | ||
void RefreshExpansion
(
const TArrayView< const TSharedPtr< FControlObjectTreeElement > > Items |
SAnimGenEditorControlObject.h | ||
void RefreshTreeElements() |
SAnimGenEditorControlObject.h |