![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ViewportStatsSubsystem.h>
Public Member Functions | |
| FViewportDisplayDelegate ()=default | |
| FViewportDisplayDelegate (FViewportDisplayCallback const &D) | |
| FViewportDisplayDelegate (FShouldDisplayFunc &&Callback) | |
| bool | Execute (FText &OutText, FLinearColor &OutColor) |
| bool | IsBound () const |
| void | Unbind () |
| FViewportDisplayDelegate (FViewportDisplayDelegate &&)=default | |
| FViewportDisplayDelegate (const FViewportDisplayDelegate &)=delete | |
| FViewportDisplayDelegate & | operator= (FViewportDisplayDelegate &&)=default |
| FViewportDisplayDelegate & | operator= (const FViewportDisplayDelegate &)=delete |
Public Attributes | |
| FViewportDisplayCallback | FuncDynDelegate |
| FShouldDisplayFunc | FuncCallback |
Wrapper to allow multiple delegate types to be held in one container for the subsystem
|
default |
|
inline |
|
inline |
|
default |
|
delete |
| bool FViewportDisplayDelegate::Execute | ( | FText & | OutText, |
| FLinearColor & | OutColor | ||
| ) |
|
inline |
|
delete |
|
default |
| void FViewportDisplayDelegate::Unbind | ( | ) |
| FShouldDisplayFunc FViewportDisplayDelegate::FuncCallback |
| FViewportDisplayCallback FViewportDisplayDelegate::FuncDynDelegate |