Navigation
API > API/Plugins > API/Plugins/RenderGridDeveloper > API/Plugins/RenderGridDeveloper/URenderGridBlueprint
Description
Returns the RenderGrid reference that this RenderGrid asset contains. This is simply the data representation of the render grid, meaning that it won't contain a blueprint graph or any user code.
| Name | GetRenderGrid |
| Type | function |
| Header File | /Engine/Plugins/Experimental/RenderGrid/Source/RenderGridDeveloper/Public/Blueprints/RenderGridBlueprint.h |
| Include Path | #include "Blueprints/RenderGridBlueprint.h" |
UFUNCTION (BlueprintPure, Category="Render Grid")
URenderGrid * GetRenderGrid() const