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::AssignStringToProperty
(
const FString & InString,
const FProperty * InProp,
uint8 * InData
)
}
Remarks
Util to assign a value (given as a string) to a struct property. When the property is a static sized array, this will split the string and assign the split parts to each element in the array.