UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UDataTable::FScopedDataTableChange Struct Reference

#include <DataTable.h>

Public Member Functions

 FScopedDataTableChange (UDataTable *InTable)
 
 FScopedDataTableChange (UDataTable *InTable, FName Row)
 
 ~FScopedDataTableChange ()
 

Detailed Description

Used to trigger the data table changed delegate. This allows us to trigger the delegate only once from more complex changes

Constructor & Destructor Documentation

◆ FScopedDataTableChange() [1/2]

UDataTable::FScopedDataTableChange::FScopedDataTableChange ( UDataTable InTable)

◆ FScopedDataTableChange() [2/2]

UDataTable::FScopedDataTableChange::FScopedDataTableChange ( UDataTable InTable,
FName  Row 
)

◆ ~FScopedDataTableChange()

UDataTable::FScopedDataTableChange::~FScopedDataTableChange ( )

The documentation for this struct was generated from the following files: