Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/TProperty_Numeric
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void SetIntPropertyValue
(
void* Data, |
Set the value of an unsigned integral property type | UObject/UnrealType.h | |
virtual void SetIntPropertyValue
(
void* Data, |
Set the value of a signed integral property type | UObject/UnrealType.h |
SetIntPropertyValue(void *, uint64)
Description
Set the value of an unsigned integral property type
| Name | SetIntPropertyValue |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
virtual void SetIntPropertyValue
(
void * Data,
uint64 Value
) const
Parameters
| Name | Remarks |
|---|---|
| Data | pointer to property data to set |
| Value | Value to set data to |
SetIntPropertyValue(void *, int64)
Description
Set the value of a signed integral property type
| Name | SetIntPropertyValue |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include Path | #include "UObject/UnrealType.h" |
virtual void SetIntPropertyValue
(
void * Data,
int64 Value
) const
Parameters
| Name | Remarks |
|---|---|
| Data | pointer to property data to set |
| Value | Value to set data to |