Space Plunder
Loading...
Searching...
No Matches
GravityComponent.cpp File Reference
#include "Gravity/GravityComponent.h"
#include "BPLib/BaseHelpersBPLib.h"
#include "Components/BoxComponent.h"
#include "Components/CapsuleComponent.h"
#include "Components/SphereComponent.h"
#include "Components/SplineComponent.h"
#include "Interfaces/ALSCharacterInterface.h"
#include "Interfaces/CharacterInterface.h"
#include "Kismet/KismetSystemLibrary.h"
#include "PhysicsEngine/PhysicsSettings.h"
#include "DrawDebugHelpers.h"

Namespaces

namespace  GravityComponentCVars
 

Functions

 DECLARE_CYCLE_STAT (TEXT("Gravity Component (All Functions)"), STAT_GravityComponent, STATGROUP_GravityComponent)
 
 DECLARE_CYCLE_STAT (TEXT("Gravity Component Actor Entered"), STAT_GravityActorEntered, STATGROUP_GravityComponent)
 
 DECLARE_CYCLE_STAT (TEXT("Gravity Component Check Overlap"), STAT_GravityCheckOverlap, STATGROUP_GravityComponent)
 
FAutoConsoleVariableRef GravityComponentCVars::CVarShowGravity (TEXT("gravity.component.ShowGravity"), ShowGravity, TEXT("0: Disable, 1: Enable"), EConsoleVariableFlags::ECVF_Cheat)
 

Variables

static int32 GravityComponentCVars::ShowGravity = 0
 

Function Documentation

◆ DECLARE_CYCLE_STAT() [1/3]

DECLARE_CYCLE_STAT ( TEXT("Gravity Component (All Functions)") ,
STAT_GravityComponent ,
STATGROUP_GravityComponent  )

◆ DECLARE_CYCLE_STAT() [2/3]

DECLARE_CYCLE_STAT ( TEXT("Gravity Component Actor Entered") ,
STAT_GravityActorEntered ,
STATGROUP_GravityComponent  )

◆ DECLARE_CYCLE_STAT() [3/3]

DECLARE_CYCLE_STAT ( TEXT("Gravity Component Check Overlap") ,
STAT_GravityCheckOverlap ,
STATGROUP_GravityComponent  )