Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TUPtrArrayG
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULANG_FORCEINLINETUPtrArrayG< OtherElementType, OtherAllowNull, ElementAllocatorType, RawAllocatorArgsType... > & As () |
Casts TUPtrArray |
uLang/Common/Containers/UniquePointerArray.h | |
ULANG_FORCEINLINE const TUPtrArrayG< OtherElementType, OtherAllowNull, ElementAllocatorType, RawAllocatorArgsType... > & As () |
uLang/Common/Containers/UniquePointerArray.h |
As()
Description
Casts TUPtrArray
| Name | As |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/UniquePointerArray.h |
| Include Path | #include "uLang/Common/Containers/UniquePointerArray.h" |
template<class OtherElementType, bool OtherAllowNull, typename>
ULANG_FORCEINLINETUPtrArrayG < OtherElementType, OtherAllowNull, ElementAllocatorType, RawAllocatorArgsType... > & As()
As()
| Name | As |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/UniquePointerArray.h |
| Include Path | #include "uLang/Common/Containers/UniquePointerArray.h" |
template<class OtherElementType, bool OtherAllowNull, typename>
ULANG_FORCEINLINE const TUPtrArrayG < OtherElementType, OtherAllowNull, ElementAllocatorType, RawAllocatorArgsType... > & As() const