![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <DataTable.h>
Public Member Functions | |
| FScopedDataTableChange (UDataTable *InTable) | |
| FScopedDataTableChange (UDataTable *InTable, FName Row) | |
| ~FScopedDataTableChange () | |
Used to trigger the data table changed delegate. This allows us to trigger the delegate only once from more complex changes
| UDataTable::FScopedDataTableChange::FScopedDataTableChange | ( | UDataTable * | InTable | ) |
| UDataTable::FScopedDataTableChange::FScopedDataTableChange | ( | UDataTable * | InTable, |
| FName | Row | ||
| ) |
| UDataTable::FScopedDataTableChange::~FScopedDataTableChange | ( | ) |