Navigation
API > API/Runtime > API/Runtime/CoreUObject
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TCopyQualifiersFromTo_T< From, To > * CastChecked
(
From* Src |
Templates/Casts.h | ||
TCopyQualifiersFromTo_T< From, To > * CastChecked
(
const TWeakObjectPtr< From >& Src |
Templates/Casts.h | ||
TCopyQualifiersFromTo_T< From, To > * CastChecked
(
const TSubclassOf< From >& Src |
Templates/Casts.h | ||
T * CastChecked
(
FLinker* Src |
UObject/Linker.h | ||
TCopyQualifiersFromTo_T< From, To > * CastChecked
(
From* Src, |
Templates/Casts.h | ||
TCopyQualifiersFromTo_T< From, To > * CastChecked
(
const TWeakObjectPtr< From >& Src, |
Templates/Casts.h | ||
TCopyQualifiersFromTo_T< From, To > * CastChecked
(
const TObjectPtr< From >& Src, |
Templates/Casts.h | ||
TCopyQualifiersFromTo_T< From, To > * CastChecked
(
const TSubclassOf< From >& Src, |
Templates/Casts.h |
CastChecked(From *)
| Name | CastChecked |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Templates/Casts.h |
| Include Path | #include "Templates/Casts.h" |
template<typename To, typename From>
TCopyQualifiersFromTo_T< From, To > * CastChecked
(
From * Src
)
CastChecked(const TWeakObjectPtr< From > &)
| Name | CastChecked |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Templates/Casts.h |
| Include Path | #include "Templates/Casts.h" |
template<typename To, typename From>
TCopyQualifiersFromTo_T< From, To > * CastChecked
(
const TWeakObjectPtr < From > & Src
)
CastChecked(const TSubclassOf< From > &)
| Name | CastChecked |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Templates/Casts.h |
| Include Path | #include "Templates/Casts.h" |
template<typename To, typename From>
TCopyQualifiersFromTo_T< From, To > * CastChecked
(
const TSubclassOf < From > & Src
)
CastChecked(FLinker *)
| Name | CastChecked |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Linker.h |
| Include Path | #include "UObject/Linker.h" |
template<typename T>
T * CastChecked
(
FLinker * Src
)
CastChecked(From *, ECastCheckedType::Type)
| Name | CastChecked |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Templates/Casts.h |
| Include Path | #include "Templates/Casts.h" |
template<typename To, typename From>
TCopyQualifiersFromTo_T< From, To > * CastChecked
(
From * Src,
ECastCheckedType::Type CheckType
)
CastChecked(const TWeakObjectPtr< From > &, ECastCheckedType::Type)
| Name | CastChecked |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Templates/Casts.h |
| Include Path | #include "Templates/Casts.h" |
template<typename To, typename From>
TCopyQualifiersFromTo_T< From, To > * CastChecked
(
const TWeakObjectPtr < From > & Src,
ECastCheckedType::Type CheckType
)
CastChecked(const TObjectPtr< From > &, ECastCheckedType::Type)
| Name | CastChecked |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Templates/Casts.h |
| Include Path | #include "Templates/Casts.h" |
template<typename To, typename From>
TCopyQualifiersFromTo_T< From, To > * CastChecked
(
const TObjectPtr < From > & Src,
ECastCheckedType::Type CheckType
)
CastChecked(const TSubclassOf< From > &, ECastCheckedType::Type)
| Name | CastChecked |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Templates/Casts.h |
| Include Path | #include "Templates/Casts.h" |
template<typename To, typename From>
TCopyQualifiersFromTo_T< From, To > * CastChecked
(
const TSubclassOf < From > & Src,
ECastCheckedType::Type CheckType
)