| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object
|
+-- Core.Component
|
+-- Engine.ActorComponent
|
+-- UnrealScriptTest.TestComponentsBase
|
+-- UnrealScriptTest.InheritanceTestBase
InheritanceTestDerived
| Variables Summary | |
|---|---|
| InheritanceTestBase | |
| NestingTest_SecondLevelComponent | TestComponent |
| int | TestInt |
| Inherited Variables from UnrealScriptTest.TestComponentsBase |
|---|
| ModifiedFloat, UnmodifiedInt |
| Inherited Variables from Engine.ActorComponent |
|---|
| bAttached, bNeedsReattach, bNeedsUpdateTransform, bTickInEditor, Owner, Scene, TickGroup |
| Functions Summary |
|---|
| Inherited Functions from Engine.ActorComponent |
|---|
| ForceUpdate, SetComponentRBFixed, SetTickGroup |
| Variables Detail |
|---|
| Defaultproperties |
|---|
defaultproperties
{
TestInt=2
Begin Object Class=NestingTest_SecondLevelComponent Name=NestingTestComponent ObjName=NestingTestComponent Archetype=NestingTest_SecondLevelComponent'UnrealScriptTest.Default__NestingTest_SecondLevelComponent'
TestFloat=5.000000
Name="NestingTestComponent"
ObjectArchetype=NestingTest_SecondLevelComponent'UnrealScriptTest.Default__NestingTest_SecondLevelComponent'
End Object
TestComponent=NestingTestComponent
Name="Default__InheritanceTestBase"
ObjectArchetype=TestComponentsBase'UnrealScriptTest.Default__TestComponentsBase'
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||