Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/TLinkable
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsLinkedTo
(
const TSharedRef< EntityType >& Entity |
Topo/Linkable.h | ||
bool IsLinkedTo
(
const EntityType& Entity |
Topo/Linkable.h |
IsLinkedTo(const TSharedRef< EntityType > &)
| Name | IsLinkedTo |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Topo/Linkable.h |
| Include Path | #include "Topo/Linkable.h" |
bool IsLinkedTo
(
const TSharedRef < EntityType > & Entity
) const
IsLinkedTo(const EntityType &)
| Name | IsLinkedTo |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Topo/Linkable.h |
| Include Path | #include "Topo/Linkable.h" |
bool IsLinkedTo
(
const EntityType & Entity
) const