The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

Difference between revisions of "UE3:InterpTrackInstProperty (UDK)"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Talk)
 
(Talk)
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{infobox class
+
{{UE3:InterpTrackInstProperty (UT3)}}
| package = Engine
+
| parent1 = InterpTrackInst
+
| parent2 = Object
+
}}
+
{{autogenerated}}
+
<!-- enter class description -->
+
 
+
==Properties==
+
====PropertyOuterObjectInst====
+
'''Type:''' {{cl|Object}}
+
 
+
Pointer to the UObject instance that is the outer of the color property we are interpolating on, this is used to process the property update callback.
+
 
+
====PropertyUpdateCallback====
+
'''Type:''' {{cl|Function}}
+
 
+
<!-- enter variable description -->
+

Revision as of 06:12, 17 January 2010

UDK Object >> InterpTrackInst >> InterpTrackInstProperty
Package: 
Engine
Direct subclasses:
InterpTrackInstColorProp, InterpTrackInstFloatProp, InterpTrackInstLinearColorProp, InterpTrackInstVectorProp
This class in other games:
UT3

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

Properties

PropertyOuterObjectInst

Type: Object

Pointer to the UObject instance that is the outer of the color property we are interpolating on, this is used to process the property update callback.

PropertyUpdateCallback

Type: Function

Function to call after updating the value of the color property.