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