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