I don't need to test my programs. I have an error-correcting modem.
UE3:UTSeqAct_PlayCameraAnim (UDK)
Object >> SequenceObject >> SequenceOp >> SequenceAction >> UTSeqAct_PlayCameraAnim |
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
UT-specific version of SeqAct_PlayCameraAnim to work with UT-specific camera method.
Properties
Property group 'UTSeqAct_PlayCameraAnim'
AnimToPlay
Type: CameraAnim
The anim to play
BlendInTime
Type: float
Time to interpolate in from zero, for smooth starts.
BlendOutTime
Type: float
Time to interpolate out to zero, for smooth finishes.
IntensityScale
Type: float
Scalar for intensity. 1.0 is normal.
Default value: 1.0
Rate
Type: float
Rate to play. 1.0 is normal.
Default value: 1.0
Default values
Property | Value |
---|---|
ObjCategory | "Camera" |
ObjName | "Play Camera Animation" |
Static events
GetObjClassVersion
Overrides: SequenceObject.GetObjClassVersion
Return the version number for this class. Child classes should increment this method by calling Super then adding a individual class version to the result. When a class is first created, the number should be 0; each time one of the link arrays is modified (VariableLinks, OutputLinks, InputLinks, etc.), the number that is added to the result of Super.GetObjClassVersion() should be incremented by 1.
Returns:
- the version number for this specific class.