| 50 | struct PCGEXTENDEDTOOLKIT_API FPCGExSortRule |
| 51 | { |
| 52 | FPCGExSortRule() |
| 53 | { |
| 54 | } |
| 55 | |
| 56 | explicit FPCGExSortRule(const FPCGExSortRuleConfig& Config): |
| 57 | Selector(Config.Selector), |
nothing calls this directly
no outgoing calls
no test coverage detected