Navigation
API > API/Runtime > API/Runtime/Engine
Description
Util to get a property as a string. This always gets a string for the given property without adjusting the address.
| Name | DataTableUtils::GetPropertyValueAsStringDirect |
| 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
{
FString DataTableUtils::GetPropertyValueAsStringDirect
(
const FProperty * InProp,
const uint8 * InData,
const EDataTableExportFlags InDTExportFlags
)
}