Represents the type of hook to apply
public enum HookTargetAttribute.EHookType
Postfix 1
Postfix
Indicates that the hook is executed after the target method
Prefix 0
Prefix
Indicates that the hook is executed before the target method