Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/Core > API/Runtime/CADKernel/Core/FDatabase
References
| Module | CADKernel |
| Header | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Core/Database.h |
| Include | #include "Core/Database.h" |
void AddEntityFromArchive
(
TSharedPtr < FEntity > Entity
)
Remarks
During the load of an FArchive: All Entities are saved in the session map (like Entity created in runtime) that allows to retrieve them according to their Id. Archive's entities are also saved in a temporary map for the load purpose (c.f. FEntity::Serialize) This process is automatically done during the entity creation (FEntity::MakeShared)