Engine Nodes

LayerSwitch

Activate/Deactivate objects in the layer.

'

Inputs

PortTypeDescription
LayerStringName of the layer
HideAnyHides objects in the layer
UnhideAnyShows objects in the layer
EnableSerializationAnyEnables objects in the layer
DisableSerializationAnyDisables objects in the layer

Outputs

PortTypeDescription
HiddenAnyTriggered if hidden
UnhiddenAnyTriggered if visible

LayerSetSwitch

This node lets you change the visibility of multiple layers at once, allowing for better organization of layers that belong together, and simpler Flow Graph structures to perform such layer switches. Visibility of layers can optionally be limited to a given scope.


Inputs
PortTypeDescription
SetVoidTrigger to perform the layer set switch.
Layer Set Name String Allows the user to select, from a dropdown list, which layer visibility preset should be applied to that scope.
Layer Set Scope Name StringAllows the user to select, from a dropdown list, which layer visibility preset should be used to define the scope. If a scope is not applicable, leave this field empty.
SerializeInt (as Boolean) Specifies whether calls to this node need to be serialized.

Outputs

PortTypeDescription
DoneVoid Triggers upon completion of the layer switch.
FailedVoidTriggers upon failure. This might occur, for instance, when the selected Layer Set cannot be found.

OcclusionAreaSwitch

Used to switch the OcclusionArea on or off.

Inputs

PortTypeDescription
ActivateAnyActivates the OcclusionArea switch
DeactivateAnyDeactivates the OcclusionArea switch

PortalSwitch

Used to switch the portal on or off.

Inputs

PortTypeDescription
ActivateAnyActivates the portal switch
DeactivateAnyDeactivates the portal switch

PrecacheArea

Precache area at a specified position.

Inputs

PortTypeDescription
PositionVec3Location of the area to be precached
TimeoutFloatTimeout interval in seconds
ActivateAnyActivates the node

ShadowChacheParams

Used to specify the shadow cache parameters.

Viewport

Gets current rendering viewport information.

Inputs

PortTypeDescription
GetAnyGets the current viewport information

Outputs

PortTypeDescription
xIntegerOutputs the top left X position of the viewport
yIntegerOutputs the top left Y position of the viewport
widthIntegerOutputs the width of the viewport
heightIntegerOutputs the height of the viewport

Deprecated Nodes

  • Engine:MaterialParam
  • Engine:OceanSwitch
  • Engine:PortalSwitch
  • Engine:PrecacheArea
  • Engine:SetObjectMaterial
  • Engine:SkyboxSwitch
  • Engine:Viewport