MShepelin / UnrealEngine5Learning

During Unreal Engine 5 education course I complete assignments and publish my results. Sometimes I add indepth implementation details or describe research process.
0 stars 0 forks source link

Try to get rid of controller indexes. #2

Open MShepelin opened 8 months ago

MShepelin commented 8 months ago

As a challenge, try to get rid of functions that rely on controller index 0. You can use GetOwner and other functions to help you. This can help you to understand how to build multiplayer/cooperative games.