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 AddController
(
AController * Controller
)
Remarks
Inserts the passed in controller at the front of the linked list of controllers.
Parameters
Name | Description |
---|---|
Controller | Controller to insert, use NULL to clear list |