unreal.DropTimecodeToStringConversion

class unreal.DropTimecodeToStringConversion(outer: Object | None = None, name: Name | str = 'None')

Bases: BlueprintFunctionLibrary

Extend type conversions to handle FDropTimecode structure

C++ Source:

  • Plugin: LinearTimecode

  • Module: LinearTimecode

  • File: LinearTimecodeComponent.h

classmethod conv_drop_timecode_to_string(timecode) str

Convert a timecode structure into a string

Parameters:

timecode (DropTimecode) –

Return type:

str