Crash when spawn actor

You can’t do GetWorld from a static function. You need to pass in a actor or component to use GetWorld on.

Why aren’t you using the normal spawn actor function in blueprints?