| 41 | /// Gets a value indicating whether this effect can be rendered. |
| 42 | /// </summary> |
| 43 | API_FUNCTION() virtual bool CanRender() const |
| 44 | { |
| 45 | return GetEnabled(); |
| 46 | } |
| 47 | |
| 48 | /// <summary> |
| 49 | /// Gets a value indicating whether this effect can be rendered. |