Rtx Option Layer Sensor

February 12, 2026 ยท View on GitHub

Reads the state of a configuration layer.

Outputs whether a given RtxOptionLayer is enabled, along with its blend strength and threshold values. This can be used to create logic that responds to the state of configuration layers.

Component Information

  • Name: RtxOptionLayerSensor
  • UI Name: Rtx Option Layer Sensor
  • Version: 1
  • Categories: Sense

Input Properties

PropertyDisplay NameTypeIO TypeDefault ValueOptional
configPathConfig PathAssetPathInput""No
priorityPriorityFloatInput10000.0Yes

Config Path

The config file for the RtxOptionLayer to read.

Priority

The priority for the option layer. Numbers are rounded to the nearest positive integer. Higher values are blended on top of lower values. If multiple layers share the same priority, they are ordered alphabetically by config path.

Value Constraints:

  • Minimum Valid Value: 100.0
  • Maximum Valid Value: 10000000.0
  • Suggested Minimum: 1000.0
  • Suggested Maximum: 20000.0
  • UI Step: 100.0

Output Properties

PropertyDisplay NameTypeIO TypeDefault ValueOptional
isEnabledIs EnabledBoolOutputfalseNo
blendStrengthBlend StrengthFloatOutput0.0No
blendThresholdBlend ThresholdFloatOutput0.0No

Is Enabled

True if the option layer is currently enabled.

Blend Strength

The current blend strength of the option layer (0.0 = no effect, 1.0 = full effect).

Blend Threshold

The current blend threshold for non-float options (0.0 to 1.0).

Usage Notes

This component is part of the RTX Remix graph system. It is intended for use in the Remix Toolkit and Runtime only.


โ† Back to Component Index