DataTableUtils::GetPropertyValueAsTextDirect

Util to get a property as text (this will use the display name of the value where available - use GetPropertyValueAsString if you need an internal identifier).

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
{
    FText DataTableUtils::GetPropertyValueAsTextDirect
    (
        const FProperty * InProp,
        const uint8 * InData
    )
}

Remarks

Util to get a property as text (this will use the display name of the value where available - use GetPropertyValueAsString if you need an internal identifier). This always gets a string for 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