Navigation
API > API/Runtime > API/Runtime/CADKernel
| Name | TTopologicalLink |
| Type | class |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Topo/TopologicalLink.h |
| Include Path | #include "Topo/TopologicalLink.h" |
Syntax
template<typename EntityType>
class TTopologicalLink : public UE::CADKernel::FTopologicalEntity
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FEntity → FTopologicalEntity → TTopologicalLink
- FHaveStates → FEntity → FTopologicalEntity → TTopologicalLink
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Topo/TopologicalLink.h | |||
TTopologicalLink
(
EntityType& Entity |
Topo/TopologicalLink.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~TTopologicalLink() |
Topo/TopologicalLink.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FEntity | friend | Topo/TopologicalLink.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ActivateEntity
(
const EntityType& NewActiveEntity |
Topo/TopologicalLink.h | ||
void AddEntities
(
const ArrayType& Entities |
Topo/TopologicalLink.h | ||
void AddEntity
(
EntityType* Entity |
Topo/TopologicalLink.h | ||
void AddEntity
(
EntityType& Entity |
Topo/TopologicalLink.h | ||
void AddEntity
(
const LinkableType* Entity |
Topo/TopologicalLink.h | ||
virtual bool CleanLink() |
Topo/TopologicalLink.h | ||
const EntityType * GetActiveEntity () |
Topo/TopologicalLink.h | ||
EntityType * GetActiveEntity () |
Topo/TopologicalLink.h | ||
const TArray< EntityType * > & GetTwinEntities() |
Topo/TopologicalLink.h | ||
int32 GetTwinEntityNum() |
Topo/TopologicalLink.h | ||
void RemoveEntity
(
EntityType& Entity |
Topo/TopologicalLink.h | ||
void RemoveEntity
(
TSharedPtr< EntityType >& Entity |
Topo/TopologicalLink.h |
Overridden from FEntity
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Empty() |
Topo/TopologicalLink.h | ||
virtual EEntity GetEntityType () |
Void UnlinkTwinEntities() | Topo/TopologicalLink.h | |
virtual void ResetMarkersRecursively() |
Topo/TopologicalLink.h | ||
virtual void Serialize
(
FCADKernelArchive& Ar |
Serialization of a FEntity. | Topo/TopologicalLink.h |