mGm_Lizard

UnscaledCapsuleCylender.cpp

Sep 8th, 2015
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.24 KB | None | 0 0
  1. UFUNCTION(BlueprintCallable, Category="Components|Capsule")
  2. float GetUnscaledCapsuleCylinderHalfHeight() const;
  3.  
  4. FORCEINLINE float UCapsuleComponent::GetUnscaledCapsuleCylinderHalfHeight() const
  5. {
  6.     return CapsuleHalfHeight - CapsuleRadius;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment