Navigation
API > API/Runtime > API/Runtime/Core
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ObjectType * GetRawPointerOrNull
(
const TOptional< gsl::not_null< ObjectType* > >& Optional |
Utility function to turn an `TOptional |
Templates/GSLNotNull.h | |
ObjectType * GetRawPointerOrNull
(
const TOptional< gsl::strict_not_null< ObjectType* > >& Optional |
Utility function to turn an `TOptional |
Templates/GSLNotNull.h | |
ObjectType * GetRawPointerOrNull
(
const TOptional< TNonNullPtr< ObjectType > >& Optional |
Convenience function to turn an `TOptional<TNonNullPtr |
Templates/NonNullPointer.h |
GetRawPointerOrNull(const TOptional< gsl::not_null< ObjectType * > > &)
Description
Utility function to turn an `TOptional
| Name | GetRawPointerOrNull |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/GSLNotNull.h |
| Include Path | #include "Templates/GSLNotNull.h" |
template<typename ObjectType>
ObjectType * GetRawPointerOrNull
(
const TOptional < gsl::not_null< ObjectType * > > & Optional
)
GetRawPointerOrNull(const TOptional< gsl::strict_not_null< ObjectType * > > &)
Description
Utility function to turn an `TOptional
| Name | GetRawPointerOrNull |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/GSLNotNull.h |
| Include Path | #include "Templates/GSLNotNull.h" |
template<typename ObjectType>
ObjectType * GetRawPointerOrNull
(
const TOptional < gsl::strict_not_null< ObjectType * > > & Optional
)
GetRawPointerOrNull(const TOptional< TNonNullPtr< ObjectType > > &)
Description
Convenience function to turn an `TOptional<TNonNullPtr
| Name | GetRawPointerOrNull |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/NonNullPointer.h |
| Include Path | #include "Templates/NonNullPointer.h" |
template<typename ObjectType>
ObjectType * GetRawPointerOrNull
(
const TOptional < TNonNullPtr < ObjectType > > & Optional
)