Unreal Engine Blueprint API Reference > Game
Attempts to spawn a new object
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
class | Class | Object Class Reference ClassThe object class you want to construct |
object | Outer | Object Reference OuterOwner of the constructed object |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
object | Return Value | Object Reference Return ValueThe constructed object |