Navigation
API > API/Runtime > API/Runtime/CoreUObject
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TCopyQualifiersFromTo_T< From, To > * ExactCast
(
From* Src |
Templates/Casts.h | ||
TCopyQualifiersFromTo_T< From, To > * ExactCast
(
const TWeakObjectPtr< From >& Src |
Templates/Casts.h | ||
TCopyQualifiersFromTo_T< From, To > * ExactCast
(
const TObjectPtr< From >& Src |
Templates/Casts.h |
ExactCast(From *)
| Name | ExactCast |
| 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 > * ExactCast
(
From * Src
)
ExactCast(const TWeakObjectPtr< From > &)
| Name | ExactCast |
| 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 > * ExactCast
(
const TWeakObjectPtr < From > & Src
)
ExactCast(const TObjectPtr< From > &)
| Name | ExactCast |
| 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 > * ExactCast
(
const TObjectPtr < From > & Src
)