Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE3:SceneCapture2DActor (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT3 Object >> Actor >> SceneCaptureActor >> SceneCapture2DActor

Contents

Package: 
Engine
No known subclasses.
This class in other games:
UDK

SceneCapture2DActor

Place this actor in the level to capture it to a render target texture. Uses a 2D scene capture component

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

[edit] Properties

[edit] CameraComp

Type: StaticMeshComponent


Default value: StaticMeshComponent'CamMesh0'

[edit] CameraMesh

Type: StaticMesh

Modifiers: notforconsole


Default value: StaticMesh'EditorMeshes.MatineeCam_SM'

[edit] DrawFrustum

Type: DrawFrustumComponent

Modifiers: const

used to draw the frustum lines and the texture surface

Default value: DrawFrustumComponent'DrawFrust0'

[edit] Default values

Property Value
Components[0] SceneCapture2DComponent'SceneCapture2DComponent0'
Components[1] StaticMeshComponent'CamMesh0'
Components[2] DrawFrustumComponent'DrawFrust0'
SceneCapture SceneCapture2DComponent'SceneCapture2DComponent0'

[edit] Subobjects

[edit] CamMesh0

Class: Engine.StaticMeshComponent

Property Value
AlwaysLoadOnClient False
AlwaysLoadOnServer False
CastShadow False
CollideActors False
HiddenGame True

[edit] DrawFrust0

Class: Engine.DrawFrustumComponent

Property Value
FrustumColor
Member Value
A 255
B 255
G 255
R 255

[edit] SceneCapture2DComponent0

Class: Engine.SceneCapture2DComponent

No new values.

[edit] Events

[edit] PreBeginPlay

event PreBeginPlay ()

Overrides: Actor.PreBeginPlay


Personal tools