Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UMirrorDataTable
Options for updating the table from find/replace expressions.
| Name | FFindReplaceOptions |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/MirrorDataTable.h |
| Include Path | #include "Animation/MirrorDataTable.h" |
Syntax
struct FFindReplaceOptions
Enums
Public
| Name | Remarks |
|---|---|
| EFlags | Controls which mutations are allowed during the find/replace refresh. |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bShowNotification | bool | Whether to show a completion notification once the operation is finished. | Animation/MirrorDataTable.h | |
| Flags | EFlags | Combination of operations to perform when applying find/replace expressions. | Animation/MirrorDataTable.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFindReplaceOptions & WithNotification
(
bool bInShowNotification |
Sets whether to show a completion notification. | Animation/MirrorDataTable.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FFindReplaceOptions AddMissingOnly() |
Preset: Only add missing rows. | Animation/MirrorDataTable.h | |
static FFindReplaceOptions Sync() |
Preset: Update existing rows, adds missing rows, and disables stale rows. | Animation/MirrorDataTable.h | |
static FFindReplaceOptions UpdateExisting() |
Preset: Updates existing rows and disables stale rows. | Animation/MirrorDataTable.h |