Description
Wiki Description
Obtains whether this actor base is flagged as essential or not.
Documentation Comment
Is this actor essential?
Caveats
Examples
; Is the actor essential?
ActorBase PersonBase = ImportantPersonProperty.GetBaseObject() as ActorBase
if (PersonBase.IsEssential())
Debug.Trace("Important person is essential")
endIfAuto-Generated Example
bool returnedValue = myActorBase__toCallFunctionOn.IsEssential()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
