FScopedDataTableChange

Used to trigger the data table changed delegate.

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

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

Include

#include "Engine/DataTable.h"

Syntax

struct FScopedDataTableChange

Remarks

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

Constructors

Name Description

Public function

FScopedDataTableChange

(
    UDataTable* InTable
)

Destructors

Name Description

Public function

~FScopedDataTableChange()

Constants

Name

Description

CriticalSection

ScopeCount