Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/FLandscapePhysicalMaterialRender-
Description
Initialize the task for a component. A task in progress can safely call Init() again to rekick the task. Returns false if no physical material needs to be rendered.
| Name | Init |
| Type | function |
| Header File | /Engine/Source/Runtime/Landscape/Classes/LandscapePhysicalMaterial.h |
| Include Path | #include "LandscapePhysicalMaterial.h" |
| Source | /Engine/Source/Runtime/Landscape/Private/LandscapePhysicalMaterial.cpp |
bool Init
(
class ULandscapeComponent const * LandscapeComponent,
uint32 InHash
)