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
(
AController * Controller
)
Remarks
Removes the passed in controller from the linked list of controllers.
Parameters
Name | Description |
---|---|
Controller | Controller to remove |