Navigation
API > API/Runtime > API/Runtime/TimeManagement > API/Runtime/TimeManagement/FTimedDataInputCollection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Remove
(
ITimedDataInput* Input |
Remove an input from the collection. | TimedDataInputCollection.h | |
void Remove
(
ITimedDataInputChannel* Input |
Remove an input channel from the collection. | TimedDataInputCollection.h |
Remove(ITimedDataInput *)
Description
Remove an input from the collection.
| Name | Remove |
| Type | function |
| Header File | /Engine/Source/Runtime/TimeManagement/Public/TimedDataInputCollection.h |
| Include Path | #include "TimedDataInputCollection.h" |
void Remove
(
ITimedDataInput * Input
)
Remove(ITimedDataInputChannel *)
Description
Remove an input channel from the collection.
| Name | Remove |
| Type | function |
| Header File | /Engine/Source/Runtime/TimeManagement/Public/TimedDataInputCollection.h |
| Include Path | #include "TimedDataInputCollection.h" |
void Remove
(
ITimedDataInputChannel * Input
)