Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FFieldClass
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FField * Construct
(
const FFieldVariant& InOwner, |
UObject/Field.h | ||
FField * Construct
(
const FFieldVariant& InOwner, |
UObject/Field.h |
Construct(const FFieldVariant &, const FName &)
| Name | Construct |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Field.h |
| Include Path | #include "UObject/Field.h" |
FField * Construct
(
const FFieldVariant & InOwner,
const FName & InName
) const
Construct(const FFieldVariant &, const FName &, EObjectFlags)
| Name | Construct |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Field.h |
| Include Path | #include "UObject/Field.h" |
FField * Construct
(
const FFieldVariant & InOwner,
const FName & InName,
EObjectFlags InFlags
) const