Navigation
API > API/Plugins > API/Plugins/NetworkPrediction > API/Plugins/NetworkPrediction/FNetworkPredictionDriverBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void CallSetHiddenForInterpolationFallback
(
AActor* Driver, |
NetworkPredictionDriver.h | ||
static void CallSetHiddenForInterpolationFallback
(
UActorComponent* Driver, |
NetworkPredictionDriver.h |
CallSetHiddenForInterpolationFallback(AActor *, bool)
| Name | CallSetHiddenForInterpolationFallback |
| Type | function |
| Header File | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionDriver.h |
| Include Path | #include "NetworkPredictionDriver.h" |
static void CallSetHiddenForInterpolationFallback
(
AActor * Driver,
bool bHide
)
CallSetHiddenForInterpolationFallback(UActorComponent *, bool)
| Name | CallSetHiddenForInterpolationFallback |
| Type | function |
| Header File | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionDriver.h |
| Include Path | #include "NetworkPredictionDriver.h" |
static void CallSetHiddenForInterpolationFallback
(
UActorComponent * Driver,
bool bHide
)