Open 3D Engine Multiplayer Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
#include <NetworkCharacterComponent.h>
Inherits NetworkCharacterComponentBase, and Physics::CharacterNotificationBus::Handler.
Static Public Member Functions | |
static void | Reflect (AZ::ReflectContext *context) |
static void | GetRequiredServices (AZ::ComponentDescriptor::DependencyArrayType &required) |
Protected Member Functions | |
void | OnCharacterActivated (const AZ::EntityId &entityId) override |
void | OnCharacterDeactivated (const AZ::EntityId &entityId) override |
Friends | |
class | NetworkCharacterComponentController |
NetworkCharacterComponent Provides multiplayer support for game-play player characters.