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" |
| Source | /Engine/Source/Runtime/Interchange/Core/Private/Nodes/InterchangeFactoryBaseNode.cpp |
void ApplyAllCustomAttributeToObject
&40;
UObject &42; Object
&41; const
Remarks
Each Attribute that was set and have a delegate set for the specified UObject->UClass will get the delegate execute so it apply 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 property.