Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject > TProperty_Numeric > SetIntPropertyValue
- FNumericProperty::SetIntPropertyValue()
- TProperty_Numeric::SetIntPropertyValue()
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
Include | #include "UObject/UnrealType.h" |
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 |