FTimedDataInputCollection

A list of all the timed data input.

Windows
MacOS
Linux

References

Module

TimeManagement

Header

/Engine/Source/Runtime/TimeManagement/Public/TimedDataInputCollection.h

Include

#include "TimedDataInputCollection.h"

Syntax

class FTimedDataInputCollection

Remarks

A list of all the timed data input.

Functions

Name Description

Public function

void

 

Add

(
    ITimedDataInput* Input
)

Add an timed input to the collection.

Public function

void

 

Add

(
    ITimedDataInputChannel* Channe...
)

Add an input channel to the collection.

Public function Const

const TArray...

 

GetChannels()

The list of input channels from the collection.

Public function Const

const TArray...

 

GetInputs()

The list of inputs from the collection.

Public function

FSimpleMulti...

 

OnCollectionChanged()

When an element is added or removed to the collection.

Public function

void

 

Remove

(
    ITimedDataInput* Input
)

Remove an input from the collection.

Public function

void

 

Remove

(
    ITimedDataInputChannel* Input
)

Remove an input channel from the collection.

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