Navigation
API > API/Runtime > API/Runtime/CoreUObject
Describes an IEEE 64-bit floating point variable.
| Name | FDoubleProperty |
| Type | class |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
Syntax
class FDoubleProperty : public TProperty_Numeric< double >
Inheritance Hierarchy
- TInPropertyBaseClass → TProperty → TProperty_WithEqualityAndSerializer → TProperty_Numeric → FDoubleProperty
- TPropertyTypeFundamentals → TProperty → TProperty_WithEqualityAndSerializer → TProperty_Numeric → FDoubleProperty
- TProperty → TProperty_WithEqualityAndSerializer → TProperty_Numeric → FDoubleProperty
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDoubleProperty
(
UField* InField |
UObject/UnrealType.h | ||
FDoubleProperty
(
EInternal InInernal, |
UObject/UnrealType.h | ||
FDoubleProperty
(
FFieldVariant InOwner, |
Constructor used for constructing compiled in properties | UObject/UnrealType.h | |
FDoubleProperty
(
FFieldVariant InOwner, |
UObject/UnrealType.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | TProperty_Numeric< double > | UObject/UnrealType.h | |
| ThisClass | FDoubleProperty | UObject/UnrealType.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual SIZE_T GetFieldSize() |
UObject/UnrealType.h |
Overridden from TProperty_WithEqualityAndSerializer
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool Identical
(
const void* A, |
Determines whether the property values are identical. | UObject/UnrealType.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual uint32 GetValueTypeHashInternal
(
const void* Src |
UObject/UnrealType.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UE_API FField * Construct
(
const FFieldVariant& InOwner, |
UObject/UnrealType.h | ||
static UE_API FFieldClass * StaticClass() |
UObject/UnrealType.h | ||
static EClassCastFlags StaticClassCastFlags() |
UObject/UnrealType.h | ||
static EClassCastFlags StaticClassCastFlagsPrivate() |
UObject/UnrealType.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void operator delete
(
void* InMem |
UObject/UnrealType.h | ||
void * operator new
(
const size_t InSize |
UObject/UnrealType.h | ||
void * operator new
(
const size_t InSize, |
UObject/UnrealType.h | ||
FDoubleProperty & operator=
(
FDoubleProperty&& |
UObject/UnrealType.h | ||
FDoubleProperty & operator=
(
const FDoubleProperty& |
UObject/UnrealType.h |