Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FSession
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint32 SpawnEntityIdents
(
const TArray< TSharedPtr< FEntity > >& SelectedEntities, |
Core/Session.h | ||
uint32 SpawnEntityIdents
(
const TArray< FEntity* >& SelectedEntities, |
Core/Session.h |
SpawnEntityIdents(const TArray< TSharedPtr< FEntity > > &, bool)
| Name | SpawnEntityIdents |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Core/Session.h |
| Include Path | #include "Core/Session.h" |
uint32 SpawnEntityIdents
(
const TArray < TSharedPtr < FEntity > > & SelectedEntities,
bool bForceSpawning
)
SpawnEntityIdents(const TArray< FEntity * > &, bool)
| Name | SpawnEntityIdents |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Core/Session.h |
| Include Path | #include "Core/Session.h" |
uint32 SpawnEntityIdents
(
const TArray < FEntity * > & SelectedEntities,
bool bForceSpawning
)