implements IMovieSceneMetaDataInterface
0x00x0058
Members 3
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x0028 | 0x08 | padding / unreflected | |||
| 0x10 | Author | FString | 4 flags | "" | |
| 0x08 | Created | FDateTime | 5 flags | {Ticks=0} | |
| 0x10 | Notes | FString | 4 flags | "" | |
Functions 6
| Signature | Flags | Native | Params |
|---|---|---|---|
| void SetNotes(const FString& InNotes) | FinalNative+1 flags | 0x10 | |
| void SetCreated(const FDateTime& InCreated) | FinalNative+1 flags | 0x08 | |
| void SetAuthor(const FString& InAuthor) | FinalNative+1 flags | 0x10 | |
| FString GetNotes() | FinalNative+1 flags | 0x10 | |
| FDateTime GetCreated() | FinalNative+1 flags | 0x08 | |
| FString GetAuthor() | FinalNative+1 flags | 0x10 |