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 |
|
|
|
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
Functions
Public
Static
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Return the FManagedArrayCollection with the specified name from the property held by the top level struct owner of ChildPropertyHandle. |
Dataflow/PropertyListCustomization.h |
|