Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Engine > UWorld
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Engine/World.h |
Include | #include "Engine/World.h" |
Source | /Engine/Source/Runtime/Engine/Private/World.cpp |
void RemoveController
&40;
AController &42; Controller
&41;
Remarks
Removes the passed in controller from the linked list of controllers.
Parameters
Name | Description |
---|---|
Controller | Controller to remove |