| 538 | } |
| 539 | |
| 540 | void AAlsxtCharacter::SetIsProne(const bool bInIsProne) |
| 541 | { |
| 542 | bIsProne = bInIsProne; |
| 543 | } |
| 544 | |
| 545 | bool AAlsxtCharacter::GetOverlaySlot(const FGameplayTag& Slot, FGameplayTag& Overlay, FGameplayTag& Posture) |
| 546 | { |
nothing calls this directly
no outgoing calls
no test coverage detected