Navigation
API > API/Plugins > API/Plugins/RenderGridDeveloper > API/Plugins/RenderGridDeveloper/URenderGridDeveloperLibrary
References
| Module | RenderGridDeveloper |
| Header | /Engine/Plugins/Experimental/RenderGrid/Source/RenderGridDeveloper/Public/RenderGridDeveloperLibrary.h |
| Include | #include "RenderGridDeveloperLibrary.h" |
| Source | /Engine/Plugins/Experimental/RenderGrid/Source/RenderGridDeveloper/Private/RenderGridDeveloperLibrary.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"Render Grid"&41;
static TArray< URenderGrid &42; > GetAllRenderGridAssets&40;&41;
Remarks
Returns all render grid assets that currently exist in the project (on disk and in memory). Will load the render grid assets in that are currently unloaded.
This is a slow operation, so avoid doing this every tick.