orfeasel

EndPlay Function Explanation

Dec 21st, 2015
6,700
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.17 KB | None | 0 0
  1. void ADestroyActor::EndPlay(const EEndPlayReason::Type EndPlayReason)
  2. {
  3.         GLog->Log("Overriding the endplay function");
  4.         Super::EndPlay(EndPlayReason);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment