Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject
Inheritance Hierarchy
- TInPropertyBaseClass
- TPropertyTypeFundamentals
- TProperty
- TProperty_WithEqualityAndSerializer
- TProperty_Numeric
- FDoubleProperty
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
Include | #include "UObject/UnrealType.h" |
Syntax
class FDoubleProperty : public TProperty_Numeric< double >
Remarks
Describes an IEEE 64-bit floating point variable.
Constructors
Type | Name | Description | |
---|---|---|---|
FDoubleProperty
(
UField* InField |
|||
FDoubleProperty
(
EInternal InInernal, |
|||
FDoubleProperty
(
FFieldVariant InOwner, |
Constructor used for constructing compiled in properties | ||
FDoubleProperty
(
FFieldVariant InOwner, |
Functions
Type | Name | Description | |
---|---|---|---|
FField * | Construct
(
const FFieldVariant& InOwner, |
||
SIZE_T | GetFieldSize () |
||
uint32 | GetValueTypeHashInternal
(
const void* Src |
||
FFieldClass * | StaticClass () |
||
uint64 | |||
uint64 |
Overridden from TProperty_WithEqualityAndSerializer
Type | Name | Description | |
---|---|---|---|
bool | Determines whether the property values are identical. |
Operators
Type | Name | Description | |
---|---|---|---|
void | operator delete
(
void* InMem |
||
void * | operator new
(
const size_t InSize |
||
void * | operator new
(
const size_t InSize, |