Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UDataTable
Description
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
| Name | FindTableProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/DataTable.h |
| Include Path | #include "Engine/DataTable.h" |
| Source | /Engine/Source/Runtime/Engine/Private/DataTable.cpp |
FProperty * FindTableProperty
(
const FName & PropertyName
) const