Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/CSharedMix
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSPtrG< ObjectType, false, CHeapRawAllocator > SharedThis
(
ObjectType* This |
uLang/Common/Containers/SharedPointer.h | ||
static TSPtrG< const ObjectType, false, CHeapRawAllocator > SharedThis
(
const ObjectType* This |
uLang/Common/Containers/SharedPointer.h |
SharedThis(ObjectType *)
| Name | SharedThis |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/SharedPointer.h |
| Include Path | #include "uLang/Common/Containers/SharedPointer.h" |
template<class ObjectType>
static TSPtrG < ObjectType, false, CHeapRawAllocator > SharedThis
(
ObjectType * This
)
SharedThis(const ObjectType *)
| Name | SharedThis |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/SharedPointer.h |
| Include Path | #include "uLang/Common/Containers/SharedPointer.h" |
template<class ObjectType>
static TSPtrG < const ObjectType, false, CHeapRawAllocator > SharedThis
(
const ObjectType * This
)