Navigation
BlueprintAPI > BlueprintAPI/Rendering > BlueprintAPI/Rendering/Components > BlueprintAPI/Rendering/Components/Decal
Sets the decal's fade start time, duration and if the owning actor should be destroyed after the decal is fully faded out. The default value of 0 for FadeStartDelay and FadeDuration makes the decal persistent. See DecalLifetimeOpacity material node to control the look of "fading out."
Target is Decal Component
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| real | Start Delay | Time in seconds to wait before beginning to fade out the decal. |
| real | Duration | Time in second for the decal to fade out. |
| boolean | Destroy Owner After Fade | Should the owning actor automatically be destroyed after it is completely faded out. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out |