Navigation
API > API/Plugins > API/Plugins/NetworkPrediction
| Name | UNetworkPredictionSettingsObject |
| Type | class |
| Header File | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionSettings.h |
| Include Path | #include "NetworkPredictionSettings.h" |
Syntax
UCLASS (Config=NetworkPrediction, defaultconfig, Meta=(DisplayName="Network Prediction"))
class UNetworkPredictionSettingsObject : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UNetworkPredictionSettingsObject
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DevHUDs | TArray< FNetworkPredictionDevHUD > | NetworkPredictionSettings.h |
|
|
| Settings | FNetworkPredictionSettings | NetworkPredictionSettings.h |
|
Functions
Public
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
NetworkPredictionSettings.h |