FEngineStatRender

Typedef int32(UEngine::* EngineStatRender)(UWorld* World, FViewport* Viewport, FCanvas* Canvas, int32 X, int32 Y, const FVector* ViewLocation, const FRotator* ViewRotation);

Windows
MacOS
Linux

Type

typedef TBaseDelegate_SevenParams< int32, UWorld *, FViewport *, FCanvas *, int32, int32, const FVector *, const FRotator * > FEngineStatRender

References

Module

Engine

Header

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

Include

#include "Engine/Engine.h"

Remarks

Function definition for those stats which have their own render functions (or affect another render functions).

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