Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FDatabase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RemoveEntity
(
FIdent idEntity |
Remove from database | Core/Database.h | |
void RemoveEntity
(
FEntity& Entity |
Core/Database.h |
RemoveEntity(FIdent)
Description
Remove from database
| Name | RemoveEntity |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Core/Database.h |
| Include Path | #include "Core/Database.h" |
| Source | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Private/Core/Database.cpp |
void RemoveEntity
(
FIdent idEntity
)
RemoveEntity(FEntity &)
| Name | RemoveEntity |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Core/Database.h |
| Include Path | #include "Core/Database.h" |
| Source | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Private/Core/Database.cpp |
void RemoveEntity
(
FEntity & Entity
)