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