Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FIntProperty
Overloads
| 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 |
FIntProperty(UField *)
| Name | FIntProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyInt.cpp |
FIntProperty
(
UField * InField
)
FIntProperty(EInternal, FFieldClass *)
| Name | FIntProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
FIntProperty
(
EInternal InInernal,
FFieldClass * InClass
)
FIntProperty(FFieldVariant, const UECodeGen_Private::FIntPropertyParams &)
Description
Constructor used for constructing compiled in properties
| Name | FIntProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyInt.cpp |
FIntProperty
(
FFieldVariant InOwner,
const UECodeGen_Private::FIntPropertyParams & Prop
)
Parameters
| Name | Remarks |
|---|---|
| InOwner | Owner of the property |
| PropBase | Pointer to the compiled in structure describing the property |
FIntProperty(FFieldVariant, const FName &, EObjectFlags)
| Name | FIntProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyInt.cpp |
FIntProperty
(
FFieldVariant InOwner,
const FName & InName,
EObjectFlags InObjectFlags
)