Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject > TProperty_Numeric
- FNumericProperty::GetUnsignedIntPropertyValue()
- TProperty_Numeric::GetUnsignedIntPropertyValue()
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
Include | #include "UObject/UnrealType.h" |
virtual uint64 GetUnsignedIntPropertyValue
(
void const * Data
) const
Remarks
Gets the value of an unsigned integral property type Data as an unsigned int
Parameters
Name | Description |
---|---|
Data | pointer to property data to get |