| 716 | } |
| 717 | |
| 718 | bool FGeneratorCore::IsSkip(const UField* InField) |
| 719 | { |
| 720 | return bIsSkipGenerateEngineModules && !FUnrealCSharpFunctionLibrary::IsGameField(InField); |
| 721 | } |
| 722 | |
| 723 | bool FGeneratorCore::IsSupported(FProperty* Property) |
| 724 | { |
nothing calls this directly
no outgoing calls
no test coverage detected