Navigation
API > API/Plugins > API/Plugins/DataflowEditor
Property list customization to allow selecting of a name from a list derived from the node's collection.
| Name | FPropertyListCustomization |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/PropertyListCustomization.h |
| Include Path | #include "Dataflow/PropertyListCustomization.h" |
Syntax
class FPropertyListCustomization : public IPropertyTypeCustomization
Implements Interfaces
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Dataflow/PropertyListCustomization.h | |||
FPropertyListCustomization
(
FOnGetListNames&& InOnGetListNames |
Dataflow/PropertyListCustomization.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnGetListNames | TBaseDelegate_OneParam< TArray< FName >, const FManagedArrayCollection & > | Delegate to return the list of valid names for the drop down list. | Dataflow/PropertyListCustomization.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DefaultCollectionPropertyName | const FName | Dataflow/PropertyListCustomization.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ChildPropertyHandle | TSharedPtr< IPropertyHandle > | Dataflow/PropertyListCustomization.h | ||
| ComboButton | TWeakPtr< SComboButton > | Dataflow/PropertyListCustomization.h | ||
| DataflowGraphEditor | TWeakPtr< const SDataflowGraphEditor > | Dataflow/PropertyListCustomization.h | ||
| ListNames | TArray< TSharedPtr< FText > > | Dataflow/PropertyListCustomization.h | ||
| OnGetListNames | FOnGetListNames | Dataflow/PropertyListCustomization.h |
Functions
Public
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FManagedArrayCollection & GetPropertyCollection
(
const TSharedPtr< UE::Dataflow::FContext >& Context, |
Return the FManagedArrayCollection with the specified name from the property held by the top level struct owner of ChildPropertyHandle. | Dataflow/PropertyListCustomization.h |