unreal.DropTimecodeToStringConversion

class unreal.DropTimecodeToStringConversion(outer: Optional[Object] = None, name: Union[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