Actor-SetLifeSpan(float).md

April 18, 2021 ยท View on GitHub

UnrealEngine.Framework.Actor

Actor.SetLifeSpan(float) Method

Sets the lifespan of the actor, when it expires the actor will be destroyed, if requested lifespan set to zero, the timer is cleared and the actor will remain alive

public void SetLifeSpan(float lifeSpan);

Parameters

lifeSpan System.Single
Lifespan time in seconds

Contents

  1. 0.1UnrealEngine.Framework.Actor
  2. 1Actor.SetLifeSpan(float) Method