#include "Containers/Array.h"
#include "CoreMinimal.h"
#include "Delegates/Delegate.h"
#include "HAL/Platform.h"
#include "Internationalization/Text.h"
#include "Misc/FrameRate.h"
#include "Misc/FrameTime.h"
#include "Misc/QualifiedFrameTime.h"
#include "UObject/ObjectMacros.h"
#include "ITimedDataInput.generated.h"
Go to the source code of this file.
◆ ETimedDataInputEvaluationType
| Enumerator |
|---|
| None | There is no special evaluation type for that input.
|
| Timecode | The input is evaluated from the engine's timecode.
|
| PlatformTime | The input is evaluated from the engine's time. Note that the engine's time is relative to FPlatformTime::Seconds.
|
◆ ETimedDataInputState
| Enumerator |
|---|
| Connected | The input is connected.
|
| Unresponsive | The input is connected but no data is available.
|
| Disconnected | The input is not connected.
|