Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/TNonNullSubclassOf
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TNonNullSubclassOf & operator=
(
const TSubclassOf< U >& From |
Assignment operator, will only compile if types are compatible | Templates/NonNullSubclassOf.h | |
TNonNullSubclassOf & operator=
(
PtrType* From |
Assignment operator from UClass, the type is checked on get not on set | Templates/NonNullSubclassOf.h |
operator=(const TSubclassOf< U > &)
Description
Assignment operator, will only compile if types are compatible
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Templates/NonNullSubclassOf.h |
| Include Path | #include "Templates/NonNullSubclassOf.h" |
template<typename U, std::enable_if_t<(std::is_convertible_v< U *, T * >), int >>
TNonNullSubclassOf & operator=
(
const TSubclassOf < U > & From
)
operator=(PtrType *)
Description
Assignment operator from UClass, the type is checked on get not on set
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Templates/NonNullSubclassOf.h |
| Include Path | #include "Templates/NonNullSubclassOf.h" |
template<typename PtrType>
TNonNullSubclassOf & operator=
(
PtrType * From
)