Navigation
API > API/Plugins > API/Plugins/NetworkPredictionInsights
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TEnableIf::Value, uint64 >::Type GetEngineFrame
(
const T& Element |
INetworkPredictionProvider.h | ||
TEnableIf< TIsPointer< T >::Value, uint64 >::Type GetEngineFrame
(
const T& Element |
INetworkPredictionProvider.h |
GetEngineFrame(const T &)
| Name | GetEngineFrame |
| Type | function |
| Header File | /Engine/Plugins/Runtime/NetworkPredictionInsights/Source/NetworkPredictionInsights/Public/INetworkPredictionProvider.h |
| Include Path | #include "INetworkPredictionProvider.h" |
template<typename T>
TEnableIf<!TIsPointer< T >::Value, uint64 >::Type GetEngineFrame
(
const T & Element
)
GetEngineFrame(const T &)
| Name | GetEngineFrame |
| Type | function |
| Header File | /Engine/Plugins/Runtime/NetworkPredictionInsights/Source/NetworkPredictionInsights/Public/INetworkPredictionProvider.h |
| Include Path | #include "INetworkPredictionProvider.h" |
template<typename T>
TEnableIf< TIsPointer< T >::Value, uint64 >::Type GetEngineFrame
(
const T & Element
)