UDataTable::FindTableProperty

Returns the column property where PropertyName matches the name of the column property.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/DataTable.h

Include

#include "Engine/DataTable.h"

Source

/Engine/Source/Runtime/Engine/Private/DataTable.cpp

Syntax

FProperty * FindTableProperty
(
    const FName & PropertyName
) const

Remarks

Returns the column property where PropertyName matches the name of the column property. Returns nullptr if no match is found or the match is not a supported table property

Returns the column property where PropertyName matches the name of the column property. Returns NULL if no match is found or the match is not a supported table property

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