44 mutable float LastRenderTime;
47 mutable float LastRenderTimeOnScreen;
#define KARMA_API
Defining Karma's API macro for storage class information.
Definition Core.h:41
#define DECLARE_KARMA_CLASS(TClass, TSuperClass)
Karma's gamecode object class declaration.
Definition GFrameworkMacros.h:44
This file contains the class USceneComponent.
PrimitiveComponents are SceneComponents that contain or generate some sort of geometry,...
Definition PrimitiveComponent.h:24
virtual void BeginPlay() override
Used to detach physics objects before simulation begins. This is needed because at runtime we can't h...
Definition PrimitiveComponent.cpp:5
uint8_t CastShadow
Definition PrimitiveComponent.h:29
void SetCachedMaxDrawDistance(const float newCachedMaxDrawDistance)
Utility to cache the max draw distance based on cull distance volumes or the desired max draw distanc...
Definition PrimitiveComponent.cpp:9
USceneComponent()
A constructor.
Definition SceneComponent.cpp:8