TTimestampedDelegateStore

Store a delegate and track delta times since the delegate was last accessed.

Windows
MacOS
Linux

References

Module

VCamInput

Header

/Engine/Plugins/Experimental/VirtualCamera/Source/VCamInput/Public/VCamInputTypes.h

Include

#include "VCamInputTypes.h"

Syntax

template<typename T>
struct TTimestampedDelegateStore

Remarks

Store a delegate and track delta times since the delegate was last accessed.

Constructors

Name Description

Public function

TTimestampedDelegateStore()

Public function

TTimestampedDelegateStore

(
    T& InDelegate
)

Functions

Name Description

Public function

const T &

 

GetDelegate

(
    double EvaluationTime,
    float& DeltaTime
)

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