Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSceneViewStateInterface
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/SceneManagement.h |
| Include | #include "SceneManagement.h" |
UMaterialInstanceDynamic &42; GetReusableMID
&40;
class UMaterialInterface &42; InSource
&41;
Remarks
Allows MIDs being created and released during view rendering without the overhead of creating and releasing objects As MID are not allowed to be parent of MID this gets fixed up by parenting it to the next Material or MIC
Parameters
| Name | Description |
|---|---|
| InSource | can be Material, MIC or MID, must not be 0 |