Navigation
API > API/Runtime > API/Runtime/CoreUObject
Describes a 32-bit signed integer variable.
| Name | FIntProperty |
| Type | class |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
Syntax
class FIntProperty : public TProperty_Numeric< int32 >
Inheritance Hierarchy
- TInPropertyBaseClass → TProperty → TProperty_WithEqualityAndSerializer → TProperty_Numeric → FIntProperty
- TPropertyTypeFundamentals → TProperty → TProperty_WithEqualityAndSerializer → TProperty_Numeric → FIntProperty
- TProperty → TProperty_WithEqualityAndSerializer → TProperty_Numeric → FIntProperty
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FIntProperty
(
UField* InField |
UObject/UnrealType.h | ||
FIntProperty
(
EInternal InInernal, |
UObject/UnrealType.h | ||
FIntProperty
(
FFieldVariant InOwner, |
Constructor used for constructing compiled in properties | UObject/UnrealType.h | |
FIntProperty
(
FFieldVariant InOwner, |
UObject/UnrealType.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | TProperty_Numeric< int32 > | UObject/UnrealType.h | |
| ThisClass | FIntProperty | UObject/UnrealType.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual SIZE_T GetFieldSize() |
UObject/UnrealType.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UE_API FField * Construct
(
const FFieldVariant& InOwner, |
UObject/UnrealType.h | ||
static UE_API FFieldClass * StaticClass() |
UObject/UnrealType.h | ||
static uint64 StaticClassCastFlags() |
UObject/UnrealType.h | ||
static uint64 StaticClassCastFlagsPrivate() |
UObject/UnrealType.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void operator delete
(
void* InMem |
UObject/UnrealType.h | ||
void * operator new
(
const size_t InSize |
UObject/UnrealType.h | ||
void * operator new
(
const size_t InSize, |
UObject/UnrealType.h | ||
FIntProperty & operator=
(
FIntProperty&& |
UObject/UnrealType.h | ||
FIntProperty & operator=
(
const FIntProperty& |
UObject/UnrealType.h |