Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UCheatManager
Description
View from the point of view of an AActor of class DesiredClass. Each subsequent ViewClass cycles through the list of actors of that class.
| Name | ViewClass |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/CheatManager.h |
| Include Path | #include "GameFramework/CheatManager.h" |
| Source | /Engine/Source/Runtime/Engine/Private/CheatManager.cpp |
UFUNCTION (Exec)
virtual void ViewClass
(
TSubclassOf < class AActor > DesiredClass
)