Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UCheatManager
Description
This will create a BugItGo string for us. Nice for calling form c++ where you just want the string and no Screenshots
| Name | BugItStringCreator |
| 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 BugItStringCreator
(
FVector ViewLocation,
FRotator ViewRotation,
FString & GoString,
FString & LocString
)