| 34 | } |
| 35 | |
| 36 | FScope::FScope(const int32 InStart, const int32 InCount, const int32 InLoopIndex) |
| 37 | : Start(InStart), Count(InCount), End(InStart + InCount), LoopIndex(InLoopIndex) |
| 38 | { |
| 39 | } |
| 40 | |
| 41 | bool FScope::IsValid() const |
| 42 | { |
nothing calls this directly
no outgoing calls
no test coverage detected