Navigation
API > API/Plugins > API/Plugins/NetworkPrediction > API/Plugins/NetworkPrediction/FNetworkPredictionDriverBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void GetDebugString
(
AActor* Actor, |
Basic string/debug info | NetworkPredictionDriver.h | |
static void GetDebugString
(
UActorComponent* ActorComp, |
NetworkPredictionDriver.h | ||
static void GetDebugString
(
void* NoDriver, |
NetworkPredictionDriver.h |
GetDebugString(AActor *, FStringBuilderBase &)
Description
Basic string/debug info
| Name | GetDebugString |
| Type | function |
| Header File | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionDriver.h |
| Include Path | #include "NetworkPredictionDriver.h" |
static void GetDebugString
(
AActor * Actor,
FStringBuilderBase & Builder
)
GetDebugString(UActorComponent *, FStringBuilderBase &)
| Name | GetDebugString |
| Type | function |
| Header File | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionDriver.h |
| Include Path | #include "NetworkPredictionDriver.h" |
static void GetDebugString
(
UActorComponent * ActorComp,
FStringBuilderBase & Builder
)
GetDebugString(void *, FStringBuilderBase &)
| Name | GetDebugString |
| Type | function |
| Header File | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionDriver.h |
| Include Path | #include "NetworkPredictionDriver.h" |
static void GetDebugString
(
void * NoDriver,
FStringBuilderBase & Builder
)