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

UnrealScriptTest.CTComplexNestParent

Extends
TestComponentsBase
Modifiers
native

This class is used for testing and verifying the behavior of component instancing for actors which contain multiple layers of nested components. This component contains a component property, and is assigned to the value of a component property in ComponentTestActor_ComplexNesting. The component assigned to this component's component property has components of its own. Copyright 1998-2007 Epic Games, Inc. All Rights Reserved

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

Variables Summary
CTComplexNestParent
array<CTComplexNestChild>ModifiedChild_Defined_Array
CTComplexNestChildModifiedChild_Defined_MultipleRef
CTComplexNestChildModifiedChild_Defined_SingleRef
CTComplexNestChildModifiedChild_NotDefined_MultipleRef
CTComplexNestChildModifiedChild_NotDefined_SingleRef
array<CTComplexNestChild>ModifiedChild_Undefined_Array
array<CTComplexNestChild>UnmodifiedChild_Defined_Array
CTComplexNestChildUnmodifiedChild_Defined_MultipleRef
CTComplexNestChildUnmodifiedChild_Defined_SingleRef
CTComplexNestChildUnmodifiedChild_NotDefined_MultipleRef
CTComplexNestChildUnmodifiedChild_NotDefined_SingleRef
array<CTComplexNestChild>UnmodifiedChild_Undefined_Array
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

CTComplexNestParent

ModifiedChild_Defined_Array Source code

var(CTComplexNestParent) array<CTComplexNestChild> ModifiedChild_Defined_Array;

ModifiedChild_Defined_MultipleRef Source code

var(CTComplexNestParent) CTComplexNestChild ModifiedChild_Defined_MultipleRef;

ModifiedChild_Defined_SingleRef Source code

var(CTComplexNestParent) CTComplexNestChild ModifiedChild_Defined_SingleRef;

ModifiedChild_NotDefined_MultipleRef Source code

var(CTComplexNestParent) CTComplexNestChild ModifiedChild_NotDefined_MultipleRef;

ModifiedChild_NotDefined_SingleRef Source code

var(CTComplexNestParent) CTComplexNestChild ModifiedChild_NotDefined_SingleRef;

ModifiedChild_Undefined_Array Source code

var(CTComplexNestParent) array<CTComplexNestChild> ModifiedChild_Undefined_Array;

UnmodifiedChild_Defined_Array Source code

var(CTComplexNestParent) array<CTComplexNestChild> UnmodifiedChild_Defined_Array;

UnmodifiedChild_Defined_MultipleRef Source code

var(CTComplexNestParent) CTComplexNestChild UnmodifiedChild_Defined_MultipleRef;

UnmodifiedChild_Defined_SingleRef Source code

var(CTComplexNestParent) CTComplexNestChild UnmodifiedChild_Defined_SingleRef;

UnmodifiedChild_NotDefined_MultipleRef Source code

var(CTComplexNestParent) CTComplexNestChild UnmodifiedChild_NotDefined_MultipleRef;

UnmodifiedChild_NotDefined_SingleRef Source code

var(CTComplexNestParent) CTComplexNestChild UnmodifiedChild_NotDefined_SingleRef;

UnmodifiedChild_Undefined_Array Source code

var(CTComplexNestParent) array<CTComplexNestChild> UnmodifiedChild_Undefined_Array;


Defaultproperties

defaultproperties
{
   Name="Default__CTComplexNestParent"
   ObjectArchetype=TestComponentsBase'UnrealScriptTest.Default__TestComponentsBase'
}

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