DataTableUtils::AssignStringToPropertyDirect

Util to assign a value (given as a string) to a struct property.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/DataTableUtils.h

Include

#include "DataTableUtils.h"

Source

/Engine/Source/Runtime/Engine/Private/DataTableUtils.cpp

Syntax

namespace DataTableUtils
{
    FString DataTableUtils::AssignStringToPropertyDirect
    (
        const FString & InString,
        const FProperty * InProp,
        uint8 * InData
    )
}

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss