Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface > API/Runtime/LiveLinkInterface/FLiveLinkFrameRate
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFrameRate () |
LiveLinkTypes.h | ||
FFrameRate
(
uint32 InNumerator, |
LiveLinkTypes.h |
FFrameRate()
| Name | FFrameRate |
| Type | function |
| Header File | /Engine/Source/Runtime/LiveLinkInterface/Public/LiveLinkTypes.h |
| Include Path | #include "LiveLinkTypes.h" |
FFrameRate()
FFrameRate(uint32, uint32)
| Name | FFrameRate |
| Type | function |
| Header File | /Engine/Source/Runtime/LiveLinkInterface/Public/LiveLinkTypes.h |
| Include Path | #include "LiveLinkTypes.h" |
FFrameRate
(
uint32 InNumerator,
uint32 InDenominator
)