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