UEngine::ShouldAbsorbCosmeticOnlyEvent

Returns true if the global context is dedicated server and cosmetic only events should always be ignored.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Engine.h

Include

#include "Engine/Engine.h"

Source

/Engine/Source/Runtime/Engine/Private/UnrealEngine.cpp

Syntax

bool ShouldAbsorbCosmeticOnlyEvent()

Remarks

Returns true if the global context is dedicated server and cosmetic only events should always be ignored. This will return false if it is unknown, use GetCurrentPlayWorld if you have a possible world.

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