Gets managed instance object (or null if no asset set).
| 61 | /// Gets managed instance object (or null if no asset set). |
| 62 | /// </summary> |
| 63 | FORCE_INLINE MObject* GetManagedInstance() const |
| 64 | { |
| 65 | return _asset ? _asset->GetOrCreateManagedInstance() : nullptr; |
| 66 | } |
| 67 | |
| 68 | /// <summary> |
| 69 | /// Gets the asset property value as string. |
no test coverage detected