TInputDelegateStore

Maps a set of FKeys to Timestamped Delegate Stores with some additional convenience functions.

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 TInputDelegateStore

Remarks

Maps a set of FKeys to Timestamped Delegate Stores with some additional convenience functions.

Variables

Name Description

Public variable

TMap< FKey, Del...

 

DelegateMap

Functions

Name Description

Public function

void

 

AddDelegate

(
    const FKey InKey,
    T& InDelegate
)

Public function

DelegateArra...

 

FindDelegateArray

(
    const FKey InKey
)

Find the delegates for the specific key.

Public function

void

 

RemoveDelegate

(
    const FKey InKey,
    T& InDelegate
)

Typedefs

Name

Description

DelegateArrayType

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