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

UE3:MatineeActor (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> Actor >> MatineeActor
Package: 
Engine
Direct subclass:
UTTurretTrackActor
This class in other games:
UDK

Actor used by matinee (SeqAct_Interp) objects to replicate activation, playback, and other relevant flags to net clients Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

Properties[edit]

bIsPlaying[edit]

Type: bool

properties that may change on InterpAction that we need to notify clients about, since the object's properties will not be replicated

bPaused[edit]

Type: bool

properties that may change on InterpAction that we need to notify clients about, since the object's properties will not be replicated

bReversePlayback[edit]

Type: bool

properties that may change on InterpAction that we need to notify clients about, since the object's properties will not be replicated

InterpAction[edit]

Type: SeqAct_Interp

Modifiers: const

the SeqAct_Interp associated with this actor (this is set in C++ by the action that spawns this actor) on the client, the MatineeActor will tick this SeqAct_Interp and notify the actors it should be affecting

PlayRate[edit]

Type: float


Default value: 1.0

Position[edit]

Type: float


Default value: -1.0

Default values[edit]

Property Value
bAlwaysRelevant True
bOnlyDirtyReplication True
bReplicateMovement False
bSkipActorPropertyReplication True
CollisionType COLLIDE_CustomDefault
Components[0] SpriteComponent'Sprite'
NetPriority 2.7
NetUpdateFrequency 1.0
RemoteRole ROLE_SimulatedProxy

Subobjects[edit]

Sprite[edit]

Class: Engine.SpriteComponent

Property Value
AlwaysLoadOnClient False
AlwaysLoadOnServer False
HiddenGame True

Events[edit]

Update[edit]

event Update ()