Navigation
API > API/Runtime > API/Runtime/Engine
Description
Util to get a property as text (this will use the display name of the value where available - use GetPropertyValueAsString if you need an internal identifier). When the property is a static sized array, this will return a string containing each element in the array.
| Name | DataTableUtils::GetPropertyValueAsText |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/DataTableUtils.h |
| Include Path | #include "DataTableUtils.h" |
| Source | /Engine/Source/Runtime/Engine/Private/DataTableUtils.cpp |
namespace DataTableUtils
{
FText DataTableUtils::GetPropertyValueAsText
(
const FProperty * InProp,
const uint8 * InData
)
}