UCheatManager::BugItStringCreator

This will create a BugItGo string for us.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/GameFramework/CheatManager.h

Include

#include "GameFramework/CheatManager.h"

Source

/Engine/Source/Runtime/Engine/Private/CheatManager.cpp

Syntax

virtual void BugItStringCreator
(
    FVector ViewLocation,
    FRotator ViewRotation,
    FString & GoString,
    FString & LocString
)

Remarks

This will create a BugItGo string for us. Nice for calling form c++ where you just want the string and no Screenshots

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss