A list of process IDs detectable with the CLI command writeProgress.
https://dev.epicgames.com/community/learning/knowledge-base/EpzL/capturing-reality-list-of-process-ids
Thanks, this is what i have been looking for. Can you please explain to me the other outputs of -getStatus? From the link provided, i see that this status below is 65537 which is “ALIGN_NORMAL”. Im just a bit unsure about rev and lastError.
"id:0x10001 progress:10.0% runtime:3.64sec endEstimation:33.33sec rev:18 lastError:0 "
Hi @unbuiltPandora,
rev should be for revision and lastError mentions the last happened error, as it is 0, there weren’t any.
Thanks for that. Is the error similar to the process ID’s where they map to a string? or is this different? I haven’t let it error out and see the return value yet.
The process IDs and error IDs don’t share the same data pool and it is harder to map errors. You can see the error ID with the getStatus command, but we don’t have a list of those IDs.
Thanks for the info