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

[FEAT]: async function to use from code #121

Open
dorotaphanSiili opened this issue Jan 30, 2025 · 0 comments
Open

[FEAT]: async function to use from code #121

dorotaphanSiili opened this issue Jan 30, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@dorotaphanSiili
Copy link
Collaborator

dorotaphanSiili commented Jan 30, 2025

Description

currently the interface contains lot of prameters, which are automatically added for blueprints:
type NAMEAsync(UObject* WorldContextObject, FLatentActionInfo LatentInfo, int32& Result, ACTAUL PARAMS);
for the code usage it would be
type NAMEAsync(ACTAUL PARAMS);
such function would be nice to have to use an object just from code.

Maybe there could be an interface to be used in blueprints and extended one to be used in code? The downside is that object implemented in blueprints wouldn't be fully functional in code

Additional Information

No response

@dorotaphanSiili dorotaphanSiili added the enhancement New feature or request label Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant