ASP.NET Web API #178
Answered
by
nxrighthere
LeonidasCrypto
asked this question in
Help
-
I would like to know if I can use UnrealCLR to create a local server using ASP.NET WebApi with NET 5. Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
nxrighthere
Aug 20, 2021
Replies: 1 comment 1 reply
-
Theoretically, it's possible. You can try to follow this discussion to implement it in a class library. You can use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
nxrighthere
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Theoretically, it's possible. You can try to follow this discussion to implement it in a class library. You can use
OnWorldPostBegin()
world event to create a host builder withCommandLine
class for arguments passed to the engine executable.