I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE3:ActorComponent (UT3)
- Package:
- Engine
- Direct subclasses:
- HeightFogComponent, RB_Handle, AudioComponent, FogVolumeDensityComponent, LightComponent, LightEnvironmentComponent, PrimitiveComponent, RB_Spring, SVehicleSimBase, SceneCaptureComponent, UTBotDecisionComponent, WindDirectionalSourceComponent
- This class in other games:
- UDK
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
Properties[edit]
bAttached[edit]
Type: bool
Modifiers: native, transient, const
bNeedsReattach[edit]
Type: bool
Modifiers: transient, const
Is this component in need of an update?
bNeedsUpdateTransform[edit]
Type: bool
Modifiers: transient, const
Is this component's transform in need of an update?
bTickInEditor[edit]
Type: bool
Modifiers: const
Owner[edit]
Type: Actor
Modifiers: transient, const
Scene[edit]
Type: pointer{FSceneInterface}
Modifiers: native, transient, const
TickGroup[edit]
Type: Object.ETickingGroup
Modifiers: const
The ticking group this component belongs to
Default value: TG_DuringAsyncWork
Native functions[edit]
ForceUpdate[edit]
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
SetComponentRBFixed[edit]
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.
SetTickGroup[edit]
Changes the ticking group for this component