Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FNetControlMessageInfo
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void ReceiveParams
(
FInBunch& Bunch, |
Net/DataChannel.h | ||
static void ReceiveParams
(
FInBunch& Bunch, |
Net/DataChannel.h |
ReceiveParams(FInBunch &, ParamTypes &...)
| Name | ReceiveParams |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Net/DataChannel.h |
| Include Path | #include "Net/DataChannel.h" |
template<typename... ParamTypes>
static void ReceiveParams
(
FInBunch & Bunch,
ParamTypes &... Params
)
ReceiveParams(FInBunch &, FirstParamType &, ParamTypes &...)
| Name | ReceiveParams |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Net/DataChannel.h |
| Include Path | #include "Net/DataChannel.h" |
template<typename FirstParamType, typename... ParamTypes>
static void ReceiveParams
(
FInBunch & Bunch,
FirstParamType & FirstParam,
ParamTypes &... Params
)