Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
Inheritance Hierarchy
- TInPropertyBaseClass
- TPropertyTypeFundamentals
- TProperty
- TProperty_WithEqualityAndSerializer
- TProperty_Numeric
- FInt8Property
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include | #include "UObject/UnrealType.h" |
Syntax
class FInt8Property : public TProperty_Numeric< int8 >
Remarks
Describes a 8-bit signed integer variable.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FInt8Property
(
UField* InField |
|||
FInt8Property
(
EInternal InInernal, |
|||
FInt8Property
(
FFieldVariant InOwner, |
Constructor used for constructing compiled in properties | ||
FInt8Property
(
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, |