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

UE3:ActorComponent (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT3 Object >> Component >> ActorComponent

Contents

Package: 
Engine
Direct subclasses:
AudioComponent, FogVolumeDensityComponent, HeightFogComponent, LightComponent, LightEnvironmentComponent, PrimitiveComponent, RB_Handle, RB_Spring, SVehicleSimBase, SceneCaptureComponent, UTBotDecisionComponent, WindDirectionalSourceComponent
This class in other games:
UDK

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

[edit] Properties

[edit] bAttached

Type: bool

Modifiers: native, transient, const


[edit] bNeedsReattach

Type: bool

Modifiers: transient, const

Is this component in need of an update?

[edit] bNeedsUpdateTransform

Type: bool

Modifiers: transient, const

Is this component's transform in need of an update?

[edit] bTickInEditor

Type: bool

Modifiers: const


[edit] Owner

Type: Actor

Modifiers: transient, const


[edit] Scene

Type: pointer{FSceneInterface}

Modifiers: native, transient, const


[edit] TickGroup

Type: Object.ETickingGroup

Modifiers: const

The ticking group this component belongs to

Default value: TG_DuringAsyncWork

[edit] Native functions

[edit] ForceUpdate

native final function ForceUpdate (bool bTransformOnly)

force this component to be updated right now component must be directly attached to its Owner (not attached to another component)

Parameters:

  • bTransformOnly - if true, only update transform, otherwise do a full reattachment

[edit] SetComponentRBFixed

native final function SetComponentRBFixed (bool bFixed)

Sets whether or not the physics for this object should be 'fixed' (ie kinematic) or allowed to move with dynamics. If bFixed is true, all bodies within this component will be fixed. If bFixed is false, bodies will be set back to the default defined by their BodySetup.

[edit] SetTickGroup

native final function SetTickGroup (Object.ETickingGroup NewTickGroup)

Changes the ticking group for this component

Personal tools