| 72 | /** Copies the buffer data from the texture. |
| 73 | * For public access call TryUpdateRawColorsOnce instead. */ |
| 74 | virtual void UpdateRawColors_Texture(const class UTexture2D& Texture); |
| 75 | |
| 76 | /** Copies the buffer data from the material. |
| 77 | * For public access call TryUpdateRawColorsOnce instead. */ |
nothing calls this directly
no outgoing calls
no test coverage detected