Navigation
API > API/Plugins > API/Plugins/VCamInput
References
Module | VCamInput |
Header | /Engine/Plugins/Experimental/VirtualCameraCore/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
Type | Name | Description | |
---|---|---|---|
![]() |
TMap< FKey, DelegateArrayType > | DelegateMap |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | AddDelegate
(
const FKey InKey, |
|
![]() |
DelegateArrayType * | FindDelegateArray
(
const FKey InKey |
Find the delegates for the specific key. |
![]() |
void | RemoveDelegate
(
const FKey InKey, |
Typedefs
Name | Description |
---|---|
DelegateArrayType |