Navigation
API > API/Plugins > API/Plugins/NetworkPrediction > API/Plugins/NetworkPrediction/FNetworkPredictionProxy
References
| Module | NetworkPrediction |
| Header | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionProxy.h |
| Include | #include "NetworkPredictionProxy.h" |
Syntax
enum EConfigAction
&123;
None,
EndPlay,
UpdateConfigWithDefault,
TraceInput,
TraceSync,
TraceAux,
&125;
Values
| Name | Description |
|---|---|
| None | |
| EndPlay | |
| UpdateConfigWithDefault | |
| TraceInput | |
| TraceSync | |
| TraceAux |
Remarks
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.