Navigation
API > API/Runtime > API/Runtime/Landscape > API/Runtime/Landscape/ALandscapeBlueprintBrushBase
References
| Module | Landscape |
| Header | /Engine/Source/Runtime/Landscape/Public/LandscapeBlueprintBrushBase.h |
| Include | #include "LandscapeBlueprintBrushBase.h" |
bool CanAffectHeightmap() const
Remarks
CanAffect... methods indicate the brush has the capacity to affect this or that aspect of the landscape. Note: it doesn't mean the brush currently affects it : the Affects... methods are used for that.