Navigation
API > API/Plugins > API/Plugins/DataprepCore > API/Plugins/DataprepCore/FDataprepParameterizationUtils
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TArray< FDataprepPropertyLink > MakePropertyChain
(
TSharedPtr< IPropertyHandle > PropertyHandle |
Take a property handle from the details view and generate the property for the dataprep parameterization | Parameterization/DataprepParameterizationUtils.h | |
static TArray< FDataprepPropertyLink > MakePropertyChain
(
FPropertyChangedChainEvent& PropertyChangedEvent |
Take a Property Changed Event and extract a dataprep property link chain from it | Parameterization/DataprepParameterizationUtils.h |
MakePropertyChain(TSharedPtr< IPropertyHandle >)
Description
Take a property handle from the details view and generate the property for the dataprep parameterization
| Name | MakePropertyChain |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/Parameterization/DataprepParameterizationUtils.h |
| Include Path | #include "Parameterization/DataprepParameterizationUtils.h" |
| Source | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Private/Parameterization/DataprepParameterizationUtils.cpp |
static TArray< FDataprepPropertyLink > MakePropertyChain
(
TSharedPtr< IPropertyHandle > PropertyHandle
)
A non empty array if we were able make a compatible property chain
Parameters
| Name | Remarks |
|---|---|
| PropertyHandle | This is the handle from the details panel |
MakePropertyChain(FPropertyChangedChainEvent &)
Description
Take a Property Changed Event and extract a dataprep property link chain from it
| Name | MakePropertyChain |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/Parameterization/DataprepParameterizationUtils.h |
| Include Path | #include "Parameterization/DataprepParameterizationUtils.h" |
| Source | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Private/Parameterization/DataprepParameterizationUtils.cpp |
static TArray< FDataprepPropertyLink > MakePropertyChain
(
FPropertyChangedChainEvent & PropertyChangedEvent
)
A non empty array if we were able make a compatible property chain
Parameters
| Name | Remarks |
|---|---|
| PropertyChangedEvent | The event |