DataTableUtils::GetColumnDataAsString

Output each row for a specific column/property in the table (doesn't include the title)

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
{
    TArray< FString > DataTableUtils::GetColumnDataAsString
    (
        const UDataTable * InTable,
        const FName & PropertyName,
        const EDataTableExportFlags InDTExportFlags
    )
}

Remarks

Output each row for a specific column/property in the table (doesn't include the title)

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