UDataTableFunctionLibrary::GetDataTableRowFromName

Get a Row from a DataTable given a RowName

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 bool GetDataTableRowFromName
(
    UDataTable * Table,
    FName RowName,
    FTableRowBase & OutRow
)

Remarks

Get a Row from a DataTable given a RowName

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