There is no spoon
UE1:SpawnPoint (UT)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> NavigationPoint >> SpawnPoint |
- Package:
- UnrealShare
- This class in other games:
- RTNP, U1, U2XMP
Marks spawn locations for CreatureFactory and ThingFactory with a matching tag name.
Properties
factory
Type: ThingFactory
Set by the factory with the same tag as this spawn point.
Default values
Property | Value |
---|---|
bDirectional | True |
SoundVolume | 128 |
Texture | Texture'UnrealShare.S_SpawnP' |
Instance functions
Create
function bool Create ()
Attempts to create a new object or creature as specified by the factory. Returns true on success.