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

UnrealScriptTest.CTComplexNestChild

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 is assigned to the value of a component property in TestComponent_ComplexNesting_Parent. This component contains components of its own. Copyright 1998-2007 Epic Games, Inc. All Rights Reserved

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

Variables Summary
CTComplexNestChild
array<CTComplexNestGrandchild>ModifiedGrandChild_Defined_Array
CTComplexNestGrandchildModifiedGrandChild_Defined_MultipleRef
CTComplexNestGrandchildModifiedGrandChild_Defined_SingleRef
CTComplexNestGrandchildModifiedGrandChild_NotDefined_MultipleRef
CTComplexNestGrandchildModifiedGrandChild_NotDefined_SingleRef
array<CTComplexNestGrandchild>ModifiedGrandChild_Undefined_Array
array<CTComplexNestGrandchild>UnmodifiedGrandChild_Defined_Array
CTComplexNestGrandchildUnmodifiedGrandChild_Defined_MultipleRef
CTComplexNestGrandchildUnmodifiedGrandChild_Defined_SingleRef
CTComplexNestGrandchildUnmodifiedGrandChild_NotDefined_MultipleRef
CTComplexNestGrandchildUnmodifiedGrandChild_NotDefined_SingleRef
array<CTComplexNestGrandchild>UnmodifiedGrandChild_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

CTComplexNestChild

ModifiedGrandChild_Defined_Array Source code

var(CTComplexNestChild) array<CTComplexNestGrandchild> ModifiedGrandChild_Defined_Array;

ModifiedGrandChild_Defined_MultipleRef Source code

var(CTComplexNestChild) CTComplexNestGrandchild ModifiedGrandChild_Defined_MultipleRef;

ModifiedGrandChild_Defined_SingleRef Source code

var(CTComplexNestChild) CTComplexNestGrandchild ModifiedGrandChild_Defined_SingleRef;

ModifiedGrandChild_NotDefined_MultipleRef Source code

var(CTComplexNestChild) CTComplexNestGrandchild ModifiedGrandChild_NotDefined_MultipleRef;

ModifiedGrandChild_NotDefined_SingleRef Source code

var(CTComplexNestChild) CTComplexNestGrandchild ModifiedGrandChild_NotDefined_SingleRef;

ModifiedGrandChild_Undefined_Array Source code

var(CTComplexNestChild) array<CTComplexNestGrandchild> ModifiedGrandChild_Undefined_Array;

UnmodifiedGrandChild_Defined_Array Source code

var(CTComplexNestChild) array<CTComplexNestGrandchild> UnmodifiedGrandChild_Defined_Array;

UnmodifiedGrandChild_Defined_MultipleRef Source code

var(CTComplexNestChild) CTComplexNestGrandchild UnmodifiedGrandChild_Defined_MultipleRef;

UnmodifiedGrandChild_Defined_SingleRef Source code

var(CTComplexNestChild) CTComplexNestGrandchild UnmodifiedGrandChild_Defined_SingleRef;

UnmodifiedGrandChild_NotDefined_MultipleRef Source code

var(CTComplexNestChild) CTComplexNestGrandchild UnmodifiedGrandChild_NotDefined_MultipleRef;

UnmodifiedGrandChild_NotDefined_SingleRef Source code

var(CTComplexNestChild) CTComplexNestGrandchild UnmodifiedGrandChild_NotDefined_SingleRef;

UnmodifiedGrandChild_Undefined_Array Source code

var(CTComplexNestChild) array<CTComplexNestGrandchild> UnmodifiedGrandChild_Undefined_Array;


Defaultproperties

defaultproperties
{
   Name="Default__CTComplexNestChild"
   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.692 - Created with UnCodeX