FLandscapeSubsystemTickFunction

Windows
MacOS
Linux

Inheritance Hierarchy

FTickFunction

FLandscapeSubsystemTickFunction

References

Module

Landscape

Header

/Engine/Source/Runtime/Landscape/Public/LandscapeSubsystem.h

Include

#include "LandscapeSubsystem.h"

Syntax

struct FLandscapeSubsystemTickFunction : public FTickFunction

Variables

Name Description

Public variable

ULandscapeSubsy...

 

Subsystem

Constructors

Destructors

Overridden from FTickFunction

Name Description

Public function Virtual

FName

 

DiagnosticContext

(
    bool bDetailed
)

Function to give a 'context' for this tick, used for grouped active tick reporting

Public function Virtual

FString

 

DiagnosticMessage()

Abstract function to describe this tick.

Public function Virtual

void

 

ExecuteTick

(
    float DeltaTime,
    enum ELevelTick TickType,
    ENamedThreads::Type CurrentThread,
    const FGraphEventRef& MyCompletion...
)

Abstract function actually execute the tick.

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