UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SharedPointer.h File Reference

Go to the source code of this file.

Classes

class  uLang::CSharedMix
 
class  uLang::TSPtrG< ObjectType, AllowNull, AllocatorType, AllocatorArgsType >
 

Namespaces

namespace  uLang
 

Macros

#define UE_API   ULANGCORE_API
 

Typedefs

template<class ObjectType >
using uLang::TSPtr = TSPtrG< ObjectType, true, CHeapRawAllocator >
 Shared pointer that allocates object on the heap.
 
template<class ObjectType >
using uLang::TSRef = TSPtrG< ObjectType, false, CHeapRawAllocator >
 Shared reference that allocates object on the heap.
 
template<class ObjectType >
using uLang::TSPtrA = TSPtrG< ObjectType, true, CInstancedRawAllocator, CAllocatorInstance * >
 Shared pointer that allocates object using a given allocator instance.
 
template<class ObjectType >
using uLang::TSRefA = TSPtrG< ObjectType, false, CInstancedRawAllocator, CAllocatorInstance * >
 Shared reference that allocates object using a given allocator instance.
 

Macro Definition Documentation

◆ UE_API

#define UE_API   ULANGCORE_API