Advertisement
orfeasel

Radial Impulse header file

Dec 26th, 2015
5,772
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.23 KB | None | 0 0
  1. /*Radius of the impulse*/
  2. UPROPERTY(EditAnywhere)
  3. float Radius;
  4.  
  5. /*Strength of the impulse*/
  6. UPROPERTY(EditAnywhere)
  7. float Strength;
  8.  
  9. /*A dynamic array of nearby actors*/
  10. UPROPERTY(EditAnywhere)
  11. TArray<AActor*> NearbyActors;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement