Navigation
API > API/Plugins > API/Plugins/NetworkPrediction > API/Plugins/NetworkPrediction/FNetworkPredictionDriverBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UPrimitiveComponent * SafeCastDriverToPrimitiveComponent
(
InDriverType* Driver |
NetworkPredictionDriver.h | ||
static UPrimitiveComponent * SafeCastDriverToPrimitiveComponent
(
UPrimitiveComponent* Driver |
NetworkPredictionDriver.h |
SafeCastDriverToPrimitiveComponent(InDriverType *)
| Name | SafeCastDriverToPrimitiveComponent |
| Type | function |
| Header File | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionDriver.h |
| Include Path | #include "NetworkPredictionDriver.h" |
template<typename InDriverType>
static UPrimitiveComponent * SafeCastDriverToPrimitiveComponent
(
InDriverType * Driver
)
SafeCastDriverToPrimitiveComponent(UPrimitiveComponent *)
| Name | SafeCastDriverToPrimitiveComponent |
| Type | function |
| Header File | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionDriver.h |
| Include Path | #include "NetworkPredictionDriver.h" |
static UPrimitiveComponent * SafeCastDriverToPrimitiveComponent
(
UPrimitiveComponent * Driver
)