Load File

Overview

The Load File Node.

Load File is an io Node, which allows one to load a specified file, such as a previously saved Variable or a Dictionary. In the latter case, the JSON Parser must be used first.

Scope: Project, Scene, Function, Prefab.

Attributes

The Load File Node Attributes.
AttributeTypeDescription

File

User Input

The user can drag a file from their library or select a file from a file tree. The icons to the right allow the user to confirm the selection, highlight the Asset in the Asset Manager, and remove the selection.

Inputs

InputTypeDescription

Pulse Input (►)

Pulse

A standard Input Pulse, to trigger the execution of the Node.

Outputs

OutputTypeDescription

Pulse Output (►)

Pulse

A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution.

Content

Defined in the Logic Editor

The Project content that is to be loaded.

See Also

Last updated