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
&40;
FPropertyChangedChainEvent & PropertyChangedEvent
&41;
Remarks
Take a Property Changed Event and extract a dataprep property link chain from it A non empty array if we were able make a compatible property chain
Parameters
Name | Description |
---|---|
PropertyChangedEvent | The event |