FNumericProperty::GetUnsignedIntPropertyValue

Gets the value of an unsigned integral property type

Windows
MacOS
Linux

Override Hierarchy

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

Syntax

virtual uint64 GetUnsignedIntPropertyValue
(
    void const * Data
) const

Remarks

Gets the value of an unsigned integral property type

Returns

Data as an unsigned int

Parameters

Parameter

Description

Data

pointer to property data to get

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss