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

UnrealScriptTest.CTNoNestRoot


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
00032
00033
00034
00035
00036
00037
00038
00039
00040
00041
00042
00043
00044
00045
00046
00047
00048
00049
00050
00051
00052
00053
00054
00055
00056
00057
/**
 * Used for testing and verifying actors which contain components that do not themselves contain components or subobjects.
 *
 * Copyright 1998-2007 Epic Games, Inc. All Rights Reserved
 */
class CTNoNestRoot extends ComponentTestActorBase
	native;

var()		CTNoNesting			UnmodifiedComponent_SingleRef;
var()		CTNoNesting			ModifiedComponent_SingleRef;

var()		CTNoNesting			UnmodifiedComponent_MultipleRef;
var()		CTNoNesting			ModifiedComponent_MultipleRef;

var()		array<CTNoNesting>	UnmodifiedComponent_Array;
var()		array<CTNoNesting>	ModifiedComponent_Array;

defaultproperties
{
   Begin Object Class=CTNoNesting Name=UnmodifiedComponent_SingleRefTemplate ObjName=UnmodifiedComponent_SingleRefTemplate Archetype=CTNoNesting'UnrealScriptTest.Default__CTNoNesting'
      UnmodifiedInt=20
      ModifiedFloat=20.000000
      Name="UnmodifiedComponent_SingleRefTemplate"
      ObjectArchetype=CTNoNesting'UnrealScriptTest.Default__CTNoNesting'
   End Object
   UnmodifiedComponent_SingleRef=UnmodifiedComponent_SingleRefTemplate
   Begin Object Class=CTNoNesting Name=ModifiedComponent_SingleRefTemplate ObjName=ModifiedComponent_SingleRefTemplate Archetype=CTNoNesting'UnrealScriptTest.Default__CTNoNesting'
      UnmodifiedInt=20
      ModifiedFloat=20.000000
      Name="ModifiedComponent_SingleRefTemplate"
      ObjectArchetype=CTNoNesting'UnrealScriptTest.Default__CTNoNesting'
   End Object
   ModifiedComponent_SingleRef=ModifiedComponent_SingleRefTemplate
   Begin Object Class=CTNoNesting Name=UnmodifiedComponent_MultipleRefTemplate ObjName=UnmodifiedComponent_MultipleRefTemplate Archetype=CTNoNesting'UnrealScriptTest.Default__CTNoNesting'
      UnmodifiedInt=20
      ModifiedFloat=20.000000
      Name="UnmodifiedComponent_MultipleRefTemplate"
      ObjectArchetype=CTNoNesting'UnrealScriptTest.Default__CTNoNesting'
   End Object
   UnmodifiedComponent_MultipleRef=UnmodifiedComponent_MultipleRefTemplate
   Begin Object Class=CTNoNesting Name=ModifiedComponent_MultipleRefTemplate ObjName=ModifiedComponent_MultipleRefTemplate Archetype=CTNoNesting'UnrealScriptTest.Default__CTNoNesting'
      UnmodifiedInt=20
      ModifiedFloat=20.000000
      Name="ModifiedComponent_MultipleRefTemplate"
      ObjectArchetype=CTNoNesting'UnrealScriptTest.Default__CTNoNesting'
   End Object
   ModifiedComponent_MultipleRef=ModifiedComponent_MultipleRefTemplate
   UnmodifiedComponent_Array(0)=UnmodifiedComponent_MultipleRefTemplate
   ModifiedComponent_Array(0)=ModifiedComponent_MultipleRefTemplate
   Begin Object Class=SpriteComponent Name=Sprite ObjName=Sprite Archetype=SpriteComponent'UnrealScriptTest.Default__ComponentTestActorBase:Sprite'
      ObjectArchetype=SpriteComponent'UnrealScriptTest.Default__ComponentTestActorBase:Sprite'
   End Object
   Components(0)=Sprite
   Name="Default__CTNoNestRoot"
   ObjectArchetype=ComponentTestActorBase'UnrealScriptTest.Default__ComponentTestActorBase'
}

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