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;AssignStringToPropertyDirect
&40;
const FString & InString,
const FProperty &42; InProp,
uint8 &42; InData
&41;
}
Remarks
Util to assign a value (given as a string) to a struct property. This always assigns the string to the given property without adjusting the address.