Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/UInterchangeFactoryBase
Description
Override this method in the child classes if the Custom Attributes are not directly applied to the imported object E.g. Actor Factories need root component/other components in the hierarchy. Actor Factory overrides this method for custom behavior
| Name | ExecuteResetObjectProperties |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/InterchangeFactoryBase.h |
| Include Path | #include "InterchangeFactoryBase.h" |
virtual void ExecuteResetObjectProperties
(
const UInterchangeBaseNodeContainer * BaseNodeContainer,
UInterchangeFactoryBaseNode * FactoryNode,
UObject * ImportedObject
)