Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TSPtrArrayG > API/Runtime/uLangCore/TSPtrArrayG/Iterator
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULANG_FORCEINLINE Iterator () |
uLang/Common/Containers/SharedPointerArray.h | ||
ULANG_FORCEINLINE Iterator
(
ElementType*const* Item, |
uLang/Common/Containers/SharedPointerArray.h |
Iterator()
| Name | Iterator |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/SharedPointerArray.h |
| Include Path | #include "uLang/Common/Containers/SharedPointerArray.h" |
ULANG_FORCEINLINE Iterator()
Iterator(ElementType const , const typename InElementAllocatorType::RawAllocatorType &)
| Name | Iterator |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/SharedPointerArray.h |
| Include Path | #include "uLang/Common/Containers/SharedPointerArray.h" |
ULANG_FORCEINLINE Iterator
(
ElementType *const * Item,
const typename InElementAllocatorType::RawAllocatorType & Allocator
)