UE3:GameCrowdSpawnInterface (UDK): Difference between revisions

From Unreal Wiki, The Unreal Engine Documentation Site
No edit summary
 
m 1 revision: class descriptions for UDK January update (part 2)
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
}}
}}
{{autogenerated}}
{{autogenerated}}
<!-- enter class description -->
Used by actor classes which want to customize chosing the spawn position of agents spawned at their location.


==Instance functions==
==Instance functions==

Latest revision as of 05:39, 17 January 2010

UDK Interface >> GameCrowdSpawnInterface
Package:
GameFramework
Known implementing classes:
GameCrowdDestination, GameCrowdInteractionDestination, DynamicGameCrowdDestination

Used by actor classes which want to customize chosing the spawn position of agents spawned at their location.

Instance functions

GetSpawnPosition

function GetSpawnPosition (SeqAct_GameCrowdSpawner Spawner, out Object.Vector SpawnPos, out Object.Rotator SpawnRot)