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