Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/TTopologicalLink
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RemoveEntity
(
TSharedPtr< EntityType >& Entity |
Topo/TopologicalLink.h | ||
void RemoveEntity
(
EntityType& Entity |
Topo/TopologicalLink.h |
RemoveEntity(TSharedPtr< EntityType > &)
| Name | RemoveEntity |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Topo/TopologicalLink.h |
| Include Path | #include "Topo/TopologicalLink.h" |
void RemoveEntity
(
TSharedPtr < EntityType > & Entity
)
RemoveEntity(EntityType &)
| Name | RemoveEntity |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Topo/TopologicalLink.h |
| Include Path | #include "Topo/TopologicalLink.h" |
void RemoveEntity
(
EntityType & Entity
)