Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UnrealScriptTest.TestComponentsBase

Extends
ActorComponent
Modifiers
native

Base class for grouping all unrealscript component testing classes. Copyright 1998-2007 Epic Games, Inc. All Rights Reserved

Core.Object
|   
+-- Core.Component
   |   
   +-- Engine.ActorComponent
      |   
      +-- UnrealScriptTest.TestComponentsBase

Direct Known Subclasses:

CTComplexNestChild, CTComplexNestGrandchild, CTComplexNestParent, CTNoNesting, CTSimpleNestChild, CTSimpleNestParent, InheritanceTestBase, NestingTest_FirstLevelComponent, NestingTest_SecondLevelComponent

Variables Summary
TestComponentsBase
floatModifiedFloat
intUnmodifiedInt
Inherited Variables from Engine.ActorComponent
bAttached, bNeedsReattach, bNeedsUpdateTransform, bTickInEditor, Owner, Scene, TickGroup
Inherited Variables from Core.Component
TemplateName, TemplateOwnerClass

Functions Summary
Inherited Functions from Engine.ActorComponent
ForceUpdate, SetComponentRBFixed, SetTickGroup


Variables Detail

TestComponentsBase

ModifiedFloat Source code

var(TestComponentsBase) float ModifiedFloat;
the value for this property will be modified in instances of this component.

UnmodifiedInt Source code

var(TestComponentsBase) int UnmodifiedInt;
the value for this property will not be modified in instances of this component.


Defaultproperties

defaultproperties
{
   UnmodifiedInt=10
   ModifiedFloat=10.000000
   Name="Default__TestComponentsBase"
   ObjectArchetype=ActorComponent'Engine.Default__ActorComponent'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 10:00:45.472 - Created with UnCodeX