Try our conversational search powered by Generative AI!

TransformOrder and TransformBase

Vote:
 

Recently, I have created a TransformBase (following the blog post) and I was wondering - how the TransformOrder enum works?

It has the following values:

InputFilter = 0,
TransformStart = 100, // 0x00000064
Transform = 500, // 0x000001F4
TransformEnd = 900, // 0x00000384
OutputFilter = 1000, // 0x000003E8

...but none of these is documented.

Can someone explain what's the purpose of these in the context of the TransformBase?

#286755
Sep 07, 2022 8:24
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.