Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FNumericProperty > API/Runtime/CoreUObject/UObject/FNumericProperty/SetIntPropertyValue
- FNumericProperty::SetIntPropertyValue()
- TProperty_Numeric::SetIntPropertyValue()
- TProperty_Numeric::SetIntPropertyValue()
- TProperty_Numeric::SetIntPropertyValue()
- TProperty_Numeric::SetIntPropertyValue()
- TProperty_Numeric::SetIntPropertyValue()
- TProperty_Numeric::SetIntPropertyValue()
- TProperty_Numeric::SetIntPropertyValue()
- TProperty_Numeric::SetIntPropertyValue()
- TProperty_Numeric::SetIntPropertyValue()
- TProperty_Numeric::SetIntPropertyValue()
- TProperty_Numeric::SetIntPropertyValue()
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
| Include | #include "UObject/UnrealType.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyNumeric.cpp |
virtual void SetIntPropertyValue
(
void * Data,
uint64 Value
) const
Remarks
Set the value of an unsigned integral property type
Parameters
| Name | Description |
|---|---|
| Data | pointer to property data to set |
| Value | Value to set data to |