FScrollyZoomy::Tick

Should be called every frame to update simulation state.

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/Layout/ScrollyZoomy.h

Include

#include "Framework/Layout/ScrollyZoomy.h"

Source

/Engine/Source/Runtime/Slate/Private/Framework/Layout/ScrollyZoomy.cpp

Syntax

void Tick
(
    const float DeltaTime,
    IScrollableZoomable & ScrollableZoomable
)

Remarks

Should be called every frame to update simulation state.

Parameters

Parameter

Description

DeltaTime

Time that's passed.

ScrollableZoomable

Interface to the widget to scroll/zoom.

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