Navigation
API > API/Plugins > API/Plugins/ElectraBase > API/Plugins/ElectraBase/FTimeValue
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTimeValue () |
PlayerTime.h | ||
FTimeValue
(
const FTimeValue& rhs |
PlayerTime.h | ||
FTimeValue
(
int64 InHNS, |
PlayerTime.h | ||
FTimeValue
(
double Seconds, |
PlayerTime.h | ||
FTimeValue
(
int64 Numerator, |
PlayerTime.h |
FTimeValue()
| Name | FTimeValue |
| Type | function |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/PlayerTime.h |
| Include Path | #include "PlayerTime.h" |
FTimeValue()
FTimeValue(const FTimeValue &)
| Name | FTimeValue |
| Type | function |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/PlayerTime.h |
| Include Path | #include "PlayerTime.h" |
FTimeValue
(
const FTimeValue & rhs
)
FTimeValue(int64, int64)
| Name | FTimeValue |
| Type | function |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/PlayerTime.h |
| Include Path | #include "PlayerTime.h" |
FTimeValue
(
int64 InHNS,
int64 InSequenceIndex
)
FTimeValue(double, int64)
| Name | FTimeValue |
| Type | function |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/PlayerTime.h |
| Include Path | #include "PlayerTime.h" |
FTimeValue
(
double Seconds,
int64 InSequenceIndex
)
FTimeValue(int64, uint32, int64)
| Name | FTimeValue |
| Type | function |
| Header File | /Engine/Plugins/Media/ElectraUtil/Source/ElectraBase/Public/PlayerTime.h |
| Include Path | #include "PlayerTime.h" |
FTimeValue
(
int64 Numerator,
uint32 Denominator,
int64 InSequenceIndex
)