Navigation
API > API/Runtime > API/Runtime/CoreUObject
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FieldType * ExactCastField
(
FField* Src |
UObject/Field.h | ||
FieldType * ExactCastField
(
const FField* Src |
UObject/Field.h |
ExactCastField(FField *)
| Name | ExactCastField |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Field.h |
| Include Path | #include "UObject/Field.h" |
template<typename FieldType>
FieldType * ExactCastField
(
FField * Src
)
ExactCastField(const FField *)
| Name | ExactCastField |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Field.h |
| Include Path | #include "UObject/Field.h" |
template<typename FieldType>
FieldType * ExactCastField
(
const FField * Src
)