Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/Nodes > API/Runtime/InterchangeCore/Nodes/UInterchangeFactoryBaseNode
References
| Module | InterchangeCore |
| Header | /Engine/Source/Runtime/Interchange/Core/Public/Nodes/InterchangeFactoryBaseNode.h |
| Include | #include "Nodes/InterchangeFactoryBaseNode.h" |
template<typename AttributeType>
void AddApplyAndFillDelegates
(
const FString & NodeAttributeKey,
UClass * ObjectClass,
const FName PropertyName
)
Remarks
Adds the delegates that will read and write the attribute value to a UObject.
Parameters
| Name | Description |
|---|---|
| NodeAttributeKey | The key of the attribute for which we are adding the delegates. |
| ObjectClass | The class of the object that we will apply and fill on. |
| PropertyName | The name of the property of the ObjectClass that we will read and write to. |