Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/UInterchangeFactoryBase
Description
Re-apply all the custom attributes that were set on the Factory Node to the Object. Useful when resetting the object to its original imported state, unless the factory node's attributes have been changed.
| Name | ResetObjectProperties |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/InterchangeFactoryBase.h |
| Include Path | #include "InterchangeFactoryBase.h" |
void ResetObjectProperties
(
const UInterchangeBaseNodeContainer * BaseNodeContainer,
UInterchangeFactoryBaseNode * FactoryNode,
UObject * ImportedObject
)