Navigation
API > API/Plugins > API/Plugins/MassActors > API/Plugins/MassActors/UMassAgentSubsystem
Description
Called for AgentComp that has already been registered with the Agent Manager to notify it that AgentComp's Mass-relevant properties had changed, most notably its fragment composition. The Agent Manager will update the information on Mass side potentially reallocating the associated entity to a different archetype
| Name | UpdateAgentComponent |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MassGameplay/Source/MassActors/Public/MassAgentSubsystem.h |
| Include Path | #include "MassAgentSubsystem.h" |
| Source | /Engine/Plugins/Runtime/MassGameplay/Source/MassActors/Private/MassAgentSubsystem.cpp |
void UpdateAgentComponent
(
const UMassAgentComponent & AgentComp
)