Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FNumericProperty
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNumericProperty
(
UField* InField |
UObject/UnrealType.h | ||
FNumericProperty
(
EInternal InInernal, |
UObject/UnrealType.h | ||
FNumericProperty
(
FFieldVariant InOwner, |
UObject/UnrealType.h | ||
FNumericProperty
(
FFieldVariant InOwner, |
Constructor used for constructing compiled in properties | UObject/UnrealType.h |
FNumericProperty(UField *)
| Name | FNumericProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyNumeric.cpp |
FNumericProperty
(
UField * InField
)
FNumericProperty(EInternal, FFieldClass *)
| Name | FNumericProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
FNumericProperty
(
EInternal InInernal,
FFieldClass * InClass
)
FNumericProperty(FFieldVariant, const FName &, EObjectFlags)
| Name | FNumericProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyNumeric.cpp |
FNumericProperty
(
FFieldVariant InOwner,
const FName & InName,
EObjectFlags InObjectFlags
)
FNumericProperty(FFieldVariant, const UECodeGen_Private::FPropertyParamsBaseWithOffset &, EPropertyFlags)
Description
Constructor used for constructing compiled in properties
| Name | FNumericProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyNumeric.cpp |
FNumericProperty
(
FFieldVariant InOwner,
const UECodeGen_Private::FPropertyParamsBaseWithOffset & Prop,
EPropertyFlags AdditionalPropertyFlags
)
Parameters
| Name | Remarks |
|---|---|
| InOwner | Owner of the property |
| PropBase | Pointer to the compiled in structure describing the property |