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