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