Navigation
API > API/Plugins > API/Plugins/NetworkPrediction > API/Plugins/NetworkPrediction/FNetworkPredictionProxy
Allows ConfigFunc to be invoked to "do a thing" instead of set a new config/id. This is useful because ConfigFunc can make the untemplated caller -> ModelDef jump.
| Name | EConfigAction |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionProxy.h |
| Include Path | #include "NetworkPredictionProxy.h" |
Syntax
enum EConfigAction
{
None,
EndPlay,
UpdateConfigWithDefault,
TraceInput,
TraceSync,
TraceAux,
}
Values
| Name | Remarks |
|---|---|
| None | |
| EndPlay | |
| UpdateConfigWithDefault | |
| TraceInput | |
| TraceSync | |
| TraceAux |