Skip to content

Blueprint Functions

Ryan Sweeney edited this page Jan 15, 2024 · 7 revisions

The only blueprint exposed functions are as follows

Update Resolution

  • Target - DistanceFieldOutlineSubsystem
  • X - Integer
  • Y - Integer

If either X or Y are <= 0, then the current viewport resolution will automatically be used.


Is Distance Field Outline Enabled

  • Target - Self (This is a static method, nothing needs to be passed here)
  • Index - Integer
  • Returns - Boolean

The index points to the settings of the same index in the settings set in Project Settings. Returns true if the appropriate Distance Field Outline settings are enabled.


Toggle Distance Field Outline

  • Target - Self (This is a static method, nothing needs to be passed here)
  • Index - Integer

The index points to the settings of the same index in the settings set in Project Settings. Toggles the enable value for the appropriate Distance Field Outline settings.

Clone this wiki locally