Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/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, |
|||
FDoubleProperty
(
FFieldVariant InOwner, |
Compiled-in property constructor is deprecated, use other constructors instead. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FField * | Construct
(
const FFieldVariant& InOwner, |
||
| FFieldClass * | StaticClass () |
||
| constexpr uint64 | |||
| constexpr uint64 |
Operators
| Type | Name | Description | |
|---|---|---|---|
| void | operator delete
(
void* InMem |
||
| void * | operator new
(
const size_t InSize |
||
| void * | operator new
(
const size_t InSize, |
Typedefs
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
FDoubleProperty
(
FFieldVariant InOwner, |
Compiled-in property constructor is deprecated, use other constructors instead. |