My program doesn't have bugs. It just develops random features.

UE3:SeqEvent_Used (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> SequenceObject >> SequenceOp >> SequenceEvent >> SeqEvent_Used
Package: 
Engine
This class in other games:
UDK

Activated when a "usable" actor (such as a trigger) is used. Originator: the usable actor that was used Instigator: The pawn associated with the player did the using Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

Properties[edit]

Property group 'SeqEvent_Used'[edit]

bAimToInteract[edit]

Type: bool

if true, requires player to aim at trigger to be able to interact with it. False, simple radius check will be performed

Default value: True

InteractDistance[edit]

Type: float

Max distance from instigator to allow interactions.

Default value: 128.0

InteractIcon[edit]

Type: Texture2D

Icon to display when looking at this event

InteractText[edit]

Type: string

Text to display when looking at this event

Default value: "Use"

Default values[edit]

Property Value
ObjName "Used"
VariableLinks[1]
Member Value
bWriteable True
ExpectedType Class'Engine.SeqVar_Float'
LinkDesc "Distance"
MaxVars 255
MinVars 1