unreal.RevisionInfo¶
- class unreal.RevisionInfo(revision: str = '', changelist: int = 0, date: DateTime = [])¶
Bases:
StructBaseRevision information for a single revision of a file in source control
C++ Source:
Module: AssetDefinition
File: AssetDefinition.h
Editor Properties: (see get_editor_property/set_editor_property)
changelist(int32): [Read-Write]date(DateTime): [Read-Write]revision(str): [Read-Write]