Navigation
API > API/Runtime > API/Runtime/Engine
Description
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.
| Name | DataTableUtils::AssignStringToPropertyDirect |
| 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::AssignStringToPropertyDirect
(
const FString & InString,
const FProperty * InProp,
uint8 * InData
)
}