Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

User:Crusha/UltimateMappingTools/BlockingVolumeToggleable

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 BlockingVolume >> BlockingVolumeToggleable (custom)

The collision of this BlockingVolume can be toggled when it gets triggered.

Properties

Property group 'BlockingVolumeToggleable'

bChangeBlockActors

Type: bool

This collision type is changed on triggering.

Default value: True

bChangeBlockPlayers

Type: bool

This collision type is changed on triggering.

bChangeCollideActors

Type: bool

This collision type is changed on triggering.

Default value: True

bTriggerControlled

Type: bool

If True, untriggering will disable all collision and triggering will enable all. If False, triggering will toggle.

Default value: True

Internal variables

bBlockActorsCopy

Type: bool

For replication.

bBlockPlayersCopy

Type: bool

For replication.

bCollideActorsCopy

Type: bool

For replication.

Default values

Property Value
bNetNotify
bNoDelete
bStatic
NetPriority
NetUpdateFrequency
RemoteRole

Functions

Events

PostNetRecieve

simulated event PostNetRecieve ()

Change client collision if the replicated values don't match the active ones.

Other instance functions

Trigger

function Trigger (Actor Other, Pawn EventInstigator)

Toggle the values or enable all, depending on mode.

UnTrigger

function UnTrigger (Actor Other, Pawn EventInstigator)

Disable all values, if that mode is used.