-
Notifications
You must be signed in to change notification settings - Fork 0
Blueprint Functions
Ryan Sweeney edited this page Jan 15, 2024
·
7 revisions
The only blueprint exposed functions are as follows
- Target - DistanceFieldOutlineSubsystem
- X - Integer
- Y - Integer
If either X or Y are <= 0, then the current viewport resolution will automatically be used.
- 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.
- 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.