Navigation
API > API/Plugins > API/Plugins/InterchangePipelines > API/Plugins/InterchangePipelines/FInterchangeMeshGeometry
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T ParseMeshOrLODContainerNode
(
const UInterchangeBaseNodeContainer& BaseNodeContainer, |
|||
T ParseMeshOrLODContainerNode
(
const UInterchangeBaseNodeContainer& BaseNodeContainer, |
Helper function to parse/process the above public functions on a UInterchangeMeshnode or UInterchangeMeshLODContainerNode. | InterchangePipelineMeshesUtilities.h |
ParseMeshOrLODContainerNode(const UInterchangeBaseNodeContainer &, T, TFunctionRef< T(T, T)>, TFunctionRef< T(const UInterchangeMeshNode *MeshNodeInFunction)>)
| Name | ParseMeshOrLODContainerNode |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Pipelines/Private/InterchangePipelineMeshesUtilities.cpp |
| Include Path | #include "InterchangePipelineMeshesUtilities.cpp" |
template<class T>
T ParseMeshOrLODContainerNode
(
const UInterchangeBaseNodeContainer & BaseNodeContainer,
T DefaultValue,
TFunctionRef < T> HandleConflictFunction,
TFunctionRef < T *MeshNodeInFunction)> MeshFunction
) const
ParseMeshOrLODContainerNode(const UInterchangeBaseNodeContainer &, T, TFunctionRef< T(T, T)>, TFunctionRef< T(const UInterchangeMeshNode *MeshNode)>)
Description
Helper function to parse/process the above public functions on a UInterchangeMeshnode or UInterchangeMeshLODContainerNode.
| Name | ParseMeshOrLODContainerNode |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Pipelines/Public/InterchangePipelineMeshesUtilities.h |
| Include Path | #include "InterchangePipelineMeshesUtilities.h" |
template<class T>
T ParseMeshOrLODContainerNode
(
const UInterchangeBaseNodeContainer & BaseNodeContainer,
T DefaultValue,
TFunctionRef < T> HandleConflictFunction,
TFunctionRef < T *MeshNode)> MeshFunction
) const