MCPcopy Create free account
hub / github.com/crazytuzi/UnrealCSharp / IsSkip

Method IsSkip

Source/ScriptCodeGenerator/Private/FGeneratorCore.cpp:718–721  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

716}
717
718bool FGeneratorCore::IsSkip(const UField* InField)
719{
720 return bIsSkipGenerateEngineModules && !FUnrealCSharpFunctionLibrary::IsGameField(InField);
721}
722
723bool FGeneratorCore::IsSupported(FProperty* Property)
724{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected