Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Engine > UViewportStatsSubsystem
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Engine/ViewportStatsSubsystem.h |
Include | #include "Engine/ViewportStatsSubsystem.h" |
Source | /Engine/Source/Runtime/Engine/Private/Engine/ViewportStatsSubsystem.cpp |
void RemoveDisplayDelegate
&40;
const int32 IndexToRemove
&41;
Remarks
Remove a callback function from the display subsystem
Parameters
Name | Description |
---|---|
IndexToRemove | The index in the DisplayDelegates array to remove. This is the value returned from AddDisplayDelegate. |