Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/ULandscapeComponent
Description
Get the physical materials that are configured by the landscape component graphical material. Returns false if there are no non-null physical materials. (We probably don't want to use if no physical material connections are bound.)
| Name | GetRenderPhysicalMaterials |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Classes/LandscapeComponent.h |
| Include Path | #include "LandscapeComponent.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/LandscapeEdit.cpp |
bool GetRenderPhysicalMaterials
(
TArray < UPhysicalMaterial * > & OutPhysicalMaterials
) const