Navigation
API > API/Plugins > API/Plugins/NetworkPrediction > API/Plugins/NetworkPrediction/FNetworkPredictionDriverBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TEnableIf< HasFunc >::Type CallProduceInputMemberFunc
(
DriverType* Driver, |
NetworkPredictionDriver.h | ||
static TEnableIf::Type CallProduceInputMemberFunc
(
DriverType* Driver, |
NetworkPredictionDriver.h |
CallProduceInputMemberFunc(DriverType , int32, InputType )
| Name | CallProduceInputMemberFunc |
| Type | function |
| Header File | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionDriver.h |
| Include Path | #include "NetworkPredictionDriver.h" |
template<bool HasFunc>
static TEnableIf < HasFunc >::Type CallProduceInputMemberFunc
(
DriverType * Driver,
int32 DeltaTimeMS,
InputType * InputCmd
)
CallProduceInputMemberFunc(DriverType , int32, InputType )
| Name | CallProduceInputMemberFunc |
| Type | function |
| Header File | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionDriver.h |
| Include Path | #include "NetworkPredictionDriver.h" |
template<bool HasFunc>
static TEnableIf <!HasFunc >::Type CallProduceInputMemberFunc
(
DriverType * Driver,
int32 DeltaTimeMS,
InputType * InputCmd
)