Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject > TProperty_Numeric
- FNumericProperty::GetNumericPropertyValueToString()
- TProperty_Numeric::GetNumericPropertyValueToString()
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h |
Include | #include "UObject/UnrealType.h" |
virtual FString GetNumericPropertyValueToString
(
void const * Data
) const
Remarks
Get the value of any numeric type and return it as a string Data as a string CAUTION: This routine does not do enum name conversion
Parameters
Name | Description |
---|---|
Data | pointer to property data to get |