Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/GameFramework/CheatManager.h |
| Include | #include "GameFramework/CheatManager.h" |
Syntax
struct FDebugTraceInfo
Remarks
CheatManager Object within playercontroller that manages development "cheat" commands only spawned in single player mode No cheat manager is created in shipping builds. Debug Trace info for capturing
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32: 1 | bInsideOfObject | This is when blocked and penetrating | |
| float | CapsuleHalfHeight | Half collision capsule height. | |
| float | CapsuleRadius | Half collision capsule radius. | |
| FVector | HitImpactNormalEnd | Hit ImpactNormal End. | |
| FVector | HitLocation | Hit Location. | |
| FVector | HitNormalEnd | Hit Normal End. | |
| FVector | HitNormalStart | Hit Normal Start. | |
| FVector | LineTraceEnd | Line Trace End. | |
| FVector | LineTraceStart | Line Trace Start. |
Constructors
| Type | Name | Description | |
|---|---|---|---|