FEditorViewportClient::RemoveRealtimeOverride

Removes the most recent realtime override registered with the given system name.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/EditorViewportClient.h

Include

#include "EditorViewportClient.h"

Source

/Engine/Source/Editor/UnrealEd/Private/EditorViewportClient.cpp

Syntax

bool RemoveRealtimeOverride
(
    FText SystemDisplayName,
    bool bCheckMissingOverride
)

Remarks

Removes the most recent realtime override registered with the given system name.

Returns

Whether any matching realtime override was found.

Parameters

Parameter

Description

Whether

to assert if no matching realtime override was found.

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