Navigation
API > API/Plugins > API/Plugins/PropertyBindingUtilsEditor
| Name | SBindingView |
| Type | class |
| Header File | /Engine/Plugins/Runtime/PropertyBindingUtils/Source/PropertyBindingUtilsEditor/Public/Widgets/SPropertyBindingView.h |
| Include Path | #include "Widgets/SPropertyBindingView.h" |
Syntax
class SBindingView : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SBindingView
- FSlateControlledConstruction → SWidget → SCompoundWidget → SBindingView
Structs
| Name | Remarks |
|---|---|
| FArguments | |
| FItem |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnGetBindingCollection | TBaseDelegate_NoParams< const FPropertyBindingBindingCollection * > | Widgets/SPropertyBindingView.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CollectionOwner | TWeakInterfacePtr< const IPropertyBindingBindingCollectionOwner > | Widgets/SPropertyBindingView.h | ||
| ListView | TSharedPtr< SListView< TSharedPtr< FItem > > > | Widgets/SPropertyBindingView.h | ||
| OnGetBindingCollection | FOnGetBindingCollection | Widgets/SPropertyBindingView.h | ||
| Values | TArray< TSharedPtr< FItem > > | Widgets/SPropertyBindingView.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Widgets/SPropertyBindingView.h |
Overridden from SWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Tick
(
const FGeometry& AllottedGeometry, |
Widgets/SPropertyBindingView.h |