Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- UFUNCTION(BlueprintCallable, Category="Components|Capsule")
- float GetUnscaledCapsuleCylinderHalfHeight() const;
- FORCEINLINE float UCapsuleComponent::GetUnscaledCapsuleCylinderHalfHeight() const
- {
- return CapsuleHalfHeight - CapsuleRadius;
- }
Advertisement
Add Comment
Please, Sign In to add comment