Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FEntity
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< OtherEntity > MakeShared
(
InArgTypes&&... Args |
Core/CADEntity.h | ||
static TSharedRef< OtherEntity > MakeShared
(
FCADKernelArchive& Archive |
Core/CADEntity.h |
MakeShared(InArgTypes &&...)
| Name | MakeShared |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Core/CADEntity.h |
| Include Path | #include "Core/CADEntity.h" |
template<typename OtherEntity, typename... InArgTypes>
static TSharedRef < OtherEntity > MakeShared
(
InArgTypes &&... Args
)
MakeShared(FCADKernelArchive &)
| Name | MakeShared |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Core/CADEntity.h |
| Include Path | #include "Core/CADEntity.h" |
template<typename OtherEntity>
static TSharedRef < OtherEntity > MakeShared
(
FCADKernelArchive & Archive
)