I'm a doctor, not a mechanic

Legacy:HomeNode

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Postal 2 :: Actor >> NavigationPoint >> PathNode >> HomeNode (Package: FPSGame)

A HomeNode is a PathNode that is set up in a restricted area, such as someone's house, so that Bystanders milling about won't decide to walk into one of these houses.

Functions[edit]

function Trigger(Actor Other, Pawn EventInstigator) 
When triggered, a HomeNode toggles its bBlocked status.

Related Topics[edit]