Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
Inheritance Hierarchy
- TInPropertyBaseClass
- TPropertyTypeFundamentals
- TProperty
- TProperty_WithEqualityAndSerializer
- TProperty_Numeric
- FUInt16Property
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include | #include "UObject/UnrealType.h" |
Syntax
class FUInt16Property : public TProperty_Numeric< uint16 >
Remarks
Describes a 16-bit unsigned integer variable.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FUInt16Property
(
UField* InField |
|||
FUInt16Property
(
EInternal InInernal, |
|||
FUInt16Property
(
FFieldVariant InOwner, |
Constructor used for constructing compiled in properties | ||
FUInt16Property
(
FFieldVariant InOwner, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FField * | Construct
(
const FFieldVariant& InOwner, |
||
| SIZE_T | GetFieldSize () |
||
| FFieldClass * | StaticClass () |
||
| uint64 | |||
| uint64 |
Operators
| Type | Name | Description | |
|---|---|---|---|
| void | operator delete
(
void* InMem |
||
| void * | operator new
(
const size_t InSize |
||
| void * | operator new
(
const size_t InSize, |