FCohtmlWidgetTickFunction

Inherits from FTickFunction

Public Functions

Name
FCohtmlWidgetTickFunction()
virtual voidExecuteTick(float DeltaTime, ELevelTick TickType, ENamedThreads::Type CurrentThread, const FGraphEventRef & MyCompletionGraphEvent) override
virtual FStringDiagnosticMessage() override
virtual FNameDiagnosticContext(bool bDetailed) override

Public Attributes

Name
UCohtmlWidget *WidgetToTick

Public Functions Documentation

function FCohtmlWidgetTickFunction

FCohtmlWidgetTickFunction()

function ExecuteTick

virtual void ExecuteTick(
    float DeltaTime,
    ELevelTick TickType,
    ENamedThreads::Type CurrentThread,
    const FGraphEventRef & MyCompletionGraphEvent
) override

Parameters:

  • DeltaTime - frame time to advance, in seconds
  • TickType - kind of tick for this frame
  • CurrentThread - thread we are executing on, useful to pass along as new tasks are created
  • MyCompletionGraphEvent - completion event for this task. Useful for holding the completion of this task until certain child tasks are complete.

Abstract function actually execute the tick.

function DiagnosticMessage

virtual FString DiagnosticMessage() override

Abstract function to describe this tick. Used to print messages about illegal cycles in the dependency graph

function DiagnosticContext

virtual FName DiagnosticContext(
    bool bDetailed
) override

Public Attributes Documentation

variable WidgetToTick

UCohtmlWidget * WidgetToTick;