Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/GameFramework/GameModeBase.h |
Include |
#include "GameFramework/GameModeBase.h" |
bool ShouldReset
(
AActor * ActorToReset
)
Overridable function to determine whether an Actor should have Reset called when the game has Reset called on it. Default implementation returns true
true if ActorToReset should have Reset() called on it while restarting the game, false if the GameMode will manually reset it or if the actor does not need to be reset
Parameter |
Description |
---|---|
ActorToReset |
The actor to make a determination for |