Navigation
Unreal Engine C++ API Reference > Plugins > DataprepCore > Parameterization > FDataprepParameterizationUtils > MakePropertyChain
References
Module | DataprepCore |
Header | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Public/Parameterization/DataprepParameterizationUtils.h |
Include | #include "Parameterization/DataprepParameterizationUtils.h" |
Source | /Engine/Plugins/Enterprise/DataprepEditor/Source/DataprepCore/Private/Parameterization/DataprepParameterizationUtils.cpp |
static TArray < FDataprepPropertyLink > MakePropertyChain
(
TSharedPtr < IPropertyHandle > PropertyHandle
)
Remarks
Take a property handle from the details view and generate the property for the dataprep parameterization A non empty array if we were able make a compatible property chain
Parameters
Name | Description |
---|---|
PropertyHandle | This is the handle from the details panel |