Advertisement
orfeasel

Static Explanation

Dec 21st, 2015
2,154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.17 KB | None | 0 0
  1. void ATickingActor::Tick( float DeltaTime )
  2. {
  3.         Super::Tick( DeltaTime );
  4.  
  5.         static int32 x = 0;
  6.         x++;
  7.         GLog->Log(FString::FromInt(x));
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement