Navigation
API > API/Plugins > API/Plugins/MassActors > API/Plugins/MassActors/UMassAgentSubsystem
References
| Module | MassActors |
| Header | /Engine/Plugins/Runtime/MassGameplay/Source/MassActors/Public/MassAgentSubsystem.h |
| Include | #include "MassAgentSubsystem.h" |
| Source | /Engine/Plugins/Runtime/MassGameplay/Source/MassActors/Private/MassAgentSubsystem.cpp |
void UnregisterAgentComponent
&40;
UMassAgentComponent & AgentComp
&41;
Remarks
Removes given AgentComp instance from the system. If there's an entity created with the AgentComp instance then it will be destroyed.
Parameters
| Name | Description |
|---|---|
| AgentComp | the component to unregister from the system |