Navigation
API > API/Plugins > API/Plugins/TimecodeSynchronizer
| Name | UTimecodeSynchronizerProjectSettings |
| Type | class |
| Header File | /Engine/Plugins/Media/TimecodeSynchronizer/Source/TimecodeSynchronizer/Public/TimecodeSynchronizerProjectSettings.h |
| Include Path | #include "TimecodeSynchronizerProjectSettings.h" |
Syntax
UCLASS (Config=Engine)
class UTimecodeSynchronizerProjectSettings : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UTimecodeSynchronizerProjectSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UTimecodeSynchronizerProjectSettings() |
TimecodeSynchronizerProjectSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bDisplayInToolbar | bool | Display the timecode synchronizer icon in the editor toolbar. | TimecodeSynchronizerProjectSettings.h |
|
| DefaultTimecodeSynchronizer | TSoftObjectPtr< UTimecodeSynchronizer > | TimecodeSynchronizerProjectSettings.h |
|
|
| OnDefaultTimecodeSynchronizerChanged | FSimpleMulticastDelegate | TimecodeSynchronizerProjectSettings.h |
Functions
Public
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
TimecodeSynchronizerProjectSettings.h |