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

UnrealScriptTest.CTComplexNestParent


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 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
 */
class CTComplexNestParent extends TestComponentsBase
	native;

var()	CTComplexNestChild UnmodifiedChild_Defined_SingleRef;
var()	CTComplexNestChild UnmodifiedChild_Defined_MultipleRef;
var()	CTComplexNestChild ModifiedChild_Defined_SingleRef;
var()	CTComplexNestChild ModifiedChild_Defined_MultipleRef;

var()	CTComplexNestChild UnmodifiedChild_NotDefined_SingleRef;
var()	CTComplexNestChild UnmodifiedChild_NotDefined_MultipleRef;
var()	CTComplexNestChild ModifiedChild_NotDefined_SingleRef;
var()	CTComplexNestChild ModifiedChild_NotDefined_MultipleRef;

var()	array<CTComplexNestChild> UnmodifiedChild_Defined_Array;
var()	array<CTComplexNestChild> ModifiedChild_Defined_Array;
var()	array<CTComplexNestChild> UnmodifiedChild_Undefined_Array;
var()	array<CTComplexNestChild> ModifiedChild_Undefined_Array;

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