My program doesn't have bugs. It just develops random features.

UE3:SceneCaptureActor (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> Actor >> SceneCaptureActor
Package: 
Engine
Direct subclasses:
SceneCapture2DActor, SceneCaptureCubeMapActor, SceneCaptureReflectActor
This class in other games:
UT3

SceneCaptureActor

Base class for actors that want to capture the scene using a scene capture component

Properties

Property group 'SceneCaptureActor'

SceneCapture

Type: SceneCaptureComponent

Modifiers: const

component that renders the scene to a texture

Default values

Property Value
bNoDelete True
CollisionType COLLIDE_CustomDefault
Components[0] SpriteComponent'Sprite'
RemoteRole ROLE_SimulatedProxy

Subobjects

Sprite

Class: Engine.SpriteComponent

Property Value
AlwaysLoadOnClient False
AlwaysLoadOnServer False
HiddenGame True
ReplacementPrimitive None

Instance functions

OnToggle

simulated function OnToggle (SeqAct_Toggle action)

Toggling enables or disables the scene capture.