Skip to content

Blueprint Functions

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

The only blueprint exposed functions are as follows

Update Resolution

  • X - Integer
  • Y - Integer

Updates the resolution used for the Distance Field render targets


Refresh Resolution

Updates the resolution used for the Distance Field render targets using the current viewport resolution


Is Automatic Resize Enabled

  • Returns - Boolean

Returns whether or not Automatic Resize is enabled or not


Set Automatic Resize Enabled

  • Enabled - Boolean

Sets the enabled state of the Automatic Resize setting.


Is Distance Field Outline Enabled

  • 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.


Set Distance Field Outline Enabled

  • Index - Integer
  • Enabled - Boolean

Sets the Distance Field setting at the given index to the provided enabled state


Has Enabled Process Masks

  • Returns - Boolean

Returns true if any of the Distance Field settings is using a process mask.


Has Enabled Process Mask

  • Index - Integer
  • Returns - Boolean

Returns true if the setting at the specified index is using a process mask.


Set Process mask

  • Index - Integer
  • Mask Size - EProcessMaskSize

Sets the process mask value on the setting at the specified index.