EConfigAction

Allows ConfigFunc to be invoked to "do a thing" instead of set a new config/id.

Windows
MacOS
Linux

References

Module

NetworkPrediction

Header

/Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionProxy.h

Include

#include "NetworkPredictionProxy.h"

Syntax

enum EConfigAction
{
    None,
    EndPlay,
    UpdateConfigWithDefault,
    TraceInput,
    TraceSync,
    TraceAux,
}

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss