Always snap to grid

Legacy:Info

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT2003 :: Actor >> Info (Package: Engine)

Abstract base class of all information holding classes.

See Info (UT) for the UT version of this class.

Contents

[edit] Properties

The Info class itself has no new properties, but it hides the following Actor class property groups in the Actor Properties window: Movement, Collision, Lighting, LightColor, Karma and Force

Actor class properties are not replicated for Info subclasses unless they explicitely set bSkipActorPropertyReplication to False again. Also the Info (sub)class properties are only replicated when they change. However, by default the Info class's RemoteRole is set to ROLE_None, so replication is completely disabled.

[edit] Methods

FillPlayInfo (PlayInfo PlayInfo) [static] 
bool AcceptPlayInfoProperty (string PropertyName) 

[edit] Known Subclases

[edit] Placeable Subclasses

Subclasses which are either placeable themselves or that have placeable subclasses.

[edit] Not-Placeable Subclasses

[edit] UT2004 Only

Personal tools