UDataTableFunctionLibrary::GetDataTableColumnAsString

Export from the DataTable all the row for one column.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/DataTableFunctionLibrary.h

Include

#include "Kismet/DataTableFunctionLibrary.h"

Source

/Engine/Source/Runtime/Engine/Private/DataTableFunctionLibrary.cpp

Syntax

static TArray< FString > GetDataTableColumnAsString
(
    const UDataTable * DataTable,
    FName PropertyName
)

Remarks

Export from the DataTable all the row for one column. Export it as string. The row name is not included.

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