BlueprintAPI > BlueprintAPI/Game
Returns true if it's valid to call RestartPlayer. By default will call Player->CanRestartPlayer
Target is Game Mode Base
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
object | Target | |
object | Player |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
boolean | Return Value | Returns true if it's valid to call RestartPlayer. By default will call Player->CanRestartPlayer |