Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Call parent Input event in AAlsCharacterExample #610

Open
wantg opened this issue Feb 24, 2025 · 2 comments
Open

Allow Call parent Input event in AAlsCharacterExample #610

wantg opened this issue Feb 24, 2025 · 2 comments

Comments

@wantg
Copy link

wantg commented Feb 24, 2025

We need sometimes

void AMyCharacter::Input_OnCrouch() {
if(DrivingVehicle){
return;
}
Super::Input_OnCrouch();
}

@wantg wantg changed the title Allow override Input event Allow Call parent Input event in AAlsCharacterExample Feb 24, 2025
@Benbentwo
Copy link
Contributor

Input Crouch is a virtual function, should be able to override this.

Related #501 & ca78752

@wantg
Copy link
Author

wantg commented Mar 8, 2025

we want call these input method in the class who Inherit from alscharacter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants