Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FDatabase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ExpandSelection
(
TSharedPtr< FEntity > Entities, |
Core/Database.h | ||
void ExpandSelection
(
const TArray< TSharedPtr< FEntity > >& Entities, |
Core/Database.h | ||
void ExpandSelection
(
const TArray< TSharedPtr< FEntity > >& Entities, |
Core/Database.h |
ExpandSelection(TSharedPtr< FEntity >, const TSet< EEntity > &, TSet< TSharedPtr< FEntity > > &)
| Name | ExpandSelection |
| 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 ExpandSelection
(
TSharedPtr < FEntity > Entities,
const TSet< EEntity > & Filter,
TSet< TSharedPtr < FEntity > > & OutSelection
) const
ExpandSelection(const TArray< TSharedPtr< FEntity > > &, const TSet< EEntity > &, TSet< TSharedPtr< FEntity > > &)
| Name | ExpandSelection |
| 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 ExpandSelection
(
const TArray < TSharedPtr < FEntity > > & Entities,
const TSet< EEntity > & Filter,
TSet< TSharedPtr < FEntity > > & OutSelection
) const
ExpandSelection(const TArray< TSharedPtr< FEntity > > &, const TSet< EEntity > &, TArray< TSharedPtr< FEntity > > &)
| Name | ExpandSelection |
| 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 ExpandSelection
(
const TArray < TSharedPtr < FEntity > > & Entities,
const TSet< EEntity > & Filter,
TArray < TSharedPtr < FEntity > > & OutSelection
) const