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

UnrealScriptTest.CTSimpleNestObject


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
/**
 * Used for testing and verifying actors which contain instanced subobjects which contain components that do not themselves contain components.
 *
 * Copyright 1998-2007 Epic Games, Inc. All Rights Reserved
 */
class CTSimpleNestObject extends TestClassBase
	native;

var()	CTSimpleNestChild		InnerComponent;

defaultproperties
{
   Begin Object Class=CTSimpleNestChild Name=InnerComponentTemplate ObjName=InnerComponentTemplate Archetype=CTSimpleNestChild'UnrealScriptTest.Default__CTSimpleNestChild'
      UnmodifiedInt=20
      ModifiedFloat=20.000000
      Name="InnerComponentTemplate"
      ObjectArchetype=CTSimpleNestChild'UnrealScriptTest.Default__CTSimpleNestChild'
   End Object
   InnerComponent=InnerComponentTemplate
   Name="Default__CTSimpleNestObject"
   ObjectArchetype=TestClassBase'UnrealScriptTest.Default__TestClassBase'
}

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.663 - Created with UnCodeX