Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FSession
Description
To be consistent, all entity to save have to had an Id. This method browses all sub entities and set their Id if needed
| Name | SpawnEntityIdent |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Core/Session.h |
| Include Path | #include "Core/Session.h" |
uint32 SpawnEntityIdent
(
FEntity & SelectedEntity,
bool bForceSpawning
)
Parameters
| Name | Remarks |
|---|---|
| bForceSpawning | If false, the process does not iterate through the children of entities with a defined ID |