Create Field Undo Step (LogiXノード)

From Neos Wiki
Revision as of 02:27, 18 February 2022 by Aesc (talk | contribs) (Created page with "'''Create Field Undo Step'''ノードは、<code>Create</code>へインパルスを入力すると、<code>Target</code> 値フィールドに Undo Manager エントリセー...")
Jump to navigation Jump to search
Other languages:
English • ‎日本語
Create Field Undo Step
'Create Field Undo Step' LogiX node
Inputs
  Impulse Create
  IField Target
  Bool ForceNew
Outputs
  Impulse OnCreated

Create Field Undo Stepノードは、Createへインパルスを入力すると、Target 値フィールドに Undo Manager エントリセーブポイントを作成します。

Usage

The Target input can be set to any value typed slot or component field by connecting LogiX wires as normal. Note that the color of the input will not change from it's dark green color.


The ForceNew input determines whether a new Undo Manager entry will be created for the Target field even if another one was already created for the same field in the preceding impulse chain. Default is false.


The OnCreated output fires an impulse when the Undo Manager entry has been successfully created. No impulse will be fired if there is no valid Target set.


The Undo Manager entry is created for the owner of the impulse received at Create. If this node is placed before any other nodes which alter the Target field value in an impulse chain, then the effects of those nodes will be undone if the user performs the Undo action from their radial context menu.

Examples

Node Menu

NodeMenu-Undo/ja