Navigation
API > API/Plugins > API/Plugins/LiveLinkHubMessaging
| Name | FLiveLinkHubCustomTimeStepSettings |
| Type | struct |
| Header File | /Engine/Plugins/Animation/LiveLinkHub/Source/LiveLinkHubMessaging/Public/LiveLinkHubMessages.h |
| Include Path | #include "LiveLinkHubMessages.h" |
Syntax
USTRUCT ()
struct FLiveLinkHubCustomTimeStepSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bLockStepMode | bool | Corresponds to the lock step mode in ULiveLinkCustomTimeStep. | LiveLinkHubMessages.h |
|
| bResetCustomTimeStep | bool | If this is true, the engine custom time step will be reset. | LiveLinkHubMessages.h | |
| CustomTimeStepRate | FFrameRate | Desired frame rate to lock the editor. | LiveLinkHubMessages.h |
|
| FrameRateDivider | uint32 | Corresponds to the frame rate divider in ULiveLinkCustomTimeStep | LiveLinkHubMessages.h |
|
| SubjectName | FLiveLinkSubjectName | If we are locking the editor frame rate to the subject then this property holds that subject name. | LiveLinkHubMessages.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AssignCustomTimeStepToEngine() |
Assign the frame lock settings to the engine. | LiveLinkHubMessages.h |