Description
Wiki Description
Is this actor currently in a scene?
Documentation Comment
Queries whether this actor is in a scene.
Caveats
Examples
; Is Bandit currently in a scene?
if Bandit.IsInScene()
Debug.Trace("The bandit is in a scene")
endIfAuto-Generated Example
bool returnedValue = myActor__toCallFunctionOn.IsInScene()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
