Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/Nodes > API/Runtime/InterchangeCore/Nodes/UInterchangeBaseNode
References
| Module | InterchangeCore |
| Header | /Engine/Source/Runtime/Interchange/Core/Public/Nodes/InterchangeBaseNode.h |
| Include | #include "Nodes/InterchangeBaseNode.h" |
| Source | /Engine/Source/Runtime/Interchange/Core/Private/Nodes/InterchangeBaseNode.cpp |
bool SetEnabled
&40;
const bool bIsEnabled
&41;
Remarks
Set the IsEnable attribute to determine if this node should be part of the import/export process true if it was able to set the attribute, false otherwise.
Parameters
| Name | Description |
|---|---|
| bIsEnabled | The enabled state we want to set this node. True will import/export the node, fals will not. |