Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/DataTableUtils.h |
| Include | #include "DataTableUtils.h" |
| Source | /Engine/Source/Runtime/Engine/Private/DataTableUtils.cpp |
namespace DataTableUtils
{
FString DataTableUtils&58;&58;GetPropertyValueAsString
&40;
const FProperty &42; InProp,
const uint8 &42; InData,
const EDataTableExportFlags InDTExportFlags
&41;
}
Remarks
Util to get a property as a string. When the property is a static sized array, this will return a string containing each element in the array.