Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/UInterchangeFactoryBaseNode
Description
Each Attribute that was set and has a delegate set for the specified UObject->UClass will have the delegate executed so it applies the attribute to the UObject property. See the macros IMPLEMENT_NODE_ATTRIBUTE_SETTER at the top of the file to know how delegates are setup for properties.
| Name | ApplyAllCustomAttributeToObject |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/Nodes/InterchangeFactoryBaseNode.h |
| Include Path | #include "Nodes/InterchangeFactoryBaseNode.h" |
| Source | /Engine/Source/Runtime/Interchange/Core/Private/Nodes/InterchangeFactoryBaseNode.cpp |
void ApplyAllCustomAttributeToObject
(
UObject * Object
) const