DataTableUtils::GetPropertyValueAsString

Util to get a property as a string.

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::GetPropertyValueAsString
    (
        const FProperty * InProp,
        const uint8 * InData,
        const EDataTableExportFlags InDTExportFlags
    )
}

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.

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