Navigation
API > API/Plugins > API/Plugins/DataflowEditor
Property group customization to allow selecting of a group from a list of the groups currently held by the node's collection.
| Name | FPropertyGroupCustomization |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/PropertyGroupCustomization.h |
| Include Path | #include "Dataflow/PropertyGroupCustomization.h" |
Syntax
class FPropertyGroupCustomization : public UE::Dataflow::FPropertyListCustomization
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPropertyGroupCustomization() |
Dataflow/PropertyGroupCustomization.h |
Functions
Public
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool MakeGroupName
(
FString& InOutString |
Turn a string into a valid collection group or attribute name. | Dataflow/PropertyGroupCustomization.h | |
static TSharedRef< IPropertyTypeCustomization > MakeInstance() |
Dataflow/PropertyGroupCustomization.h |