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

UnrealScriptTest.CTComplexNestChild


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
/**
 * 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
 */
class CTComplexNestChild extends TestComponentsBase
	native;

var()	CTComplexNestGrandchild UnmodifiedGrandChild_Defined_SingleRef;
var()	CTComplexNestGrandchild UnmodifiedGrandChild_Defined_MultipleRef;
var()	CTComplexNestGrandchild ModifiedGrandChild_Defined_SingleRef;
var()	CTComplexNestGrandchild ModifiedGrandChild_Defined_MultipleRef;

var()	CTComplexNestGrandchild UnmodifiedGrandChild_NotDefined_SingleRef;
var()	CTComplexNestGrandchild UnmodifiedGrandChild_NotDefined_MultipleRef;
var()	CTComplexNestGrandchild ModifiedGrandChild_NotDefined_SingleRef;
var()	CTComplexNestGrandchild ModifiedGrandChild_NotDefined_MultipleRef;

var()	array<CTComplexNestGrandchild> UnmodifiedGrandChild_Defined_Array;
var()	array<CTComplexNestGrandchild> ModifiedGrandChild_Defined_Array;
var()	array<CTComplexNestGrandchild> UnmodifiedGrandChild_Undefined_Array;
var()	array<CTComplexNestGrandchild> ModifiedGrandChild_Undefined_Array;

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

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: tr 31-1-2018 17:18:16.000 - Creation time: sk 18-3-2018 10:01:06.608 - Created with UnCodeX