| 1702 | } |
| 1703 | |
| 1704 | void AAlsxtCharacter::SetAnimationBlendState(FAlsxtAnimationBlendState NewAnimationBlendState) |
| 1705 | { |
| 1706 | OnAnimationBlendStateChanged(GetAnimationBlendState()); |
| 1707 | } |
| 1708 | |
| 1709 | void AAlsxtCharacter::OnOverlayModeChanged_Implementation(FGameplayTag PreviousOverlayMode) |
| 1710 | { |
nothing calls this directly
no outgoing calls
no test coverage detected