Navigation
API > API/Plugins > API/Plugins/NetworkPrediction
Inheritance Hierarchy
- UObject
- UNetworkPredictionSettingsObject
References
| Module | NetworkPrediction |
| Header | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionSettings.h |
| Include | #include "NetworkPredictionSettings.h" |
Syntax
UCLASS (Config=NetworkPrediction, defaultconfig, Meta=(DisplayName="Network Prediction"))
class UNetworkPredictionSettingsObject : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FNetworkPredictionDevHUD > | DevHUDs | ||
| FNetworkPredictionSettings | Settings |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |