Navigation
API > API/Plugins > API/Plugins/NetworkPrediction > API/Plugins/NetworkPrediction/FNetworkPredictionDriverBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FBox GetDebugBoundingBox
(
AActor* DriverActor |
NetworkPredictionDriver.h | ||
static FBox GetDebugBoundingBox
(
UActorComponent* DriverComponent |
NetworkPredictionDriver.h | ||
static FBox GetDebugBoundingBox
(
void* NoDriver |
NetworkPredictionDriver.h |
GetDebugBoundingBox(AActor *)
| Name | GetDebugBoundingBox |
| Type | function |
| Header File | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionDriver.h |
| Include Path | #include "NetworkPredictionDriver.h" |
static FBox GetDebugBoundingBox
(
AActor * DriverActor
)
GetDebugBoundingBox(UActorComponent *)
| Name | GetDebugBoundingBox |
| Type | function |
| Header File | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionDriver.h |
| Include Path | #include "NetworkPredictionDriver.h" |
static FBox GetDebugBoundingBox
(
UActorComponent * DriverComponent
)
GetDebugBoundingBox(void *)
| Name | GetDebugBoundingBox |
| Type | function |
| Header File | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionDriver.h |
| Include Path | #include "NetworkPredictionDriver.h" |
static FBox GetDebugBoundingBox
(
void * NoDriver
)