I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE3:SeqAct_ModifyProperty (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> SequenceObject >> SequenceOp >> SequenceAction >> SeqAct_ModifyProperty
Package: 
GameFramework


Properties

Property group 'SeqAct_ModifyProperty'

Properties

Type: array<PropertyInfo>

Modifiers: editinline

List of properties that can be modified

Default values

Property Value
ObjCategory "Object Property"
ObjName "Modify Property"

Structs

PropertyInfo

Modifiers: native

Struct used to figure out which properties to modify.

name PropertyName 
Name of the property to modify
bool bModifyProperty 
Should this property be modified?
string PropertyValue 
New value to apply to the property