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 |
UFUNCTION (BlueprintCallable, Category="Interchange | Node")
bool SetEnabled
(
const bool bIsEnabled
)
Remarks
Determine whether this node should be part of the import or export process. true if the attribute was set, or false otherwise.
Parameters
| Name | Description |
|---|---|
| bIsEnabled | If true, this node is imported or exported. If false, it is discarded. |