EFoliagePlacementMode::Type

This is kind of a hack, but is needed right now for backwards compat of code.

Windows
MacOS
Linux

References

Module

Foliage

Header

/Engine/Source/Runtime/Foliage/Public/InstancedFoliage.h

Include

#include "InstancedFoliage.h"

Syntax

namespace EFoliagePlacementMode
{
    enum Type
    {
        Manual        = 0,
        Procedural    = 1,
    }
}

Values

Name

Description

Manual

Procedural

Remarks

This is kind of a hack, but is needed right now for backwards compat of code. We use it to describe the placement mode (procedural vs manual)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss