Navigation
API > API/Plugins > API/Plugins/NetworkPrediction > API/Plugins/NetworkPrediction/FNetworkPredictionServiceRegistr-
Services
| Name | TServiceStorage |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/Services/NetworkPredictionServiceRegistry.h |
| Include Path | #include "Services/NetworkPredictionServiceRegistry.h" |
Syntax
template<typename InServiceInterface, int32 NumInlineServices>
struct TServiceStorage
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ServiceInterface | InServiceInterface | Services/NetworkPredictionServiceRegistry.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Array | TSparseArray< TUniquePtr< ServiceInterface >, TInlineSparseArrayAllocator< NumInlineServices > > | Services/NetworkPredictionServiceRegistry.h |