![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TimedDataInputCollection.h>
Public Member Functions | |
| void | Add (ITimedDataInput *Input) |
| void | Remove (ITimedDataInput *Input) |
| const TArray< ITimedDataInput * > & | GetInputs () const |
| void | Add (ITimedDataInputChannel *Channel) |
| void | Remove (ITimedDataInputChannel *Input) |
| const TArray< ITimedDataInputChannel * > & | GetChannels () const |
| FSimpleMulticastDelegate & | OnCollectionChanged () |
A list of all the timed data input.
|
inline |
Add an timed input to the collection.
|
inline |
Add an input channel to the collection.
|
inline |
The list of input channels from the collection.
|
inline |
The list of inputs from the collection.
|
inline |
When an element is added or removed to the collection.
|
inline |
Remove an input from the collection.
|
inline |
Remove an input channel from the collection.