Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject
Inheritance Hierarchy
- TInPropertyBaseClass
- TPropertyTypeFundamentals
- TProperty
- TProperty_WithEqualityAndSerializer
- TProperty_Numeric
- FInt64Property
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
Include | #include "UObject/UnrealType.h" |
Syntax
class FInt64Property : public TProperty_Numeric< int64 >
Remarks
Describes a 64-bit signed integer variable.
Constructors
Type | Name | Description | |
---|---|---|---|
FInt64Property
(
UField* InField |
|||
FInt64Property
(
EInternal InInernal, |
|||
FInt64Property
(
FFieldVariant InOwner, |
Constructor used for constructing compiled in properties | ||
FInt64Property
(
FFieldVariant InOwner, |
|||
FInt64Property
(
FFieldVariant InOwner, FInt64Property
(
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 | |
---|---|---|---|
FInt64Property
(
FFieldVariant InOwner, FInt64Property
(
FFieldVariant InOwner, |
Compiled-in property constructor is deprecated, use other constructors instead. |