Navigation
API > API/Runtime > API/Runtime/Foliage > API/Runtime/Foliage/FFoliageInfo
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SelectInstances
(
bool bSelect |
InstancedFoliage.h | ||
void SelectInstances
(
bool bSelect, |
InstancedFoliage.h |
SelectInstances(bool)
| Name | SelectInstances |
| Type | function |
| Header File | /Engine/Source/Runtime/Foliage/Public/InstancedFoliage.h |
| Include Path | #include "InstancedFoliage.h" |
| Source | /Engine/Source/Runtime/Foliage/Private/InstancedFoliage.cpp |
void SelectInstances
(
bool bSelect
)
SelectInstances(bool, TArrayView< const int32 >)
| Name | SelectInstances |
| Type | function |
| Header File | /Engine/Source/Runtime/Foliage/Public/InstancedFoliage.h |
| Include Path | #include "InstancedFoliage.h" |
| Source | /Engine/Source/Runtime/Foliage/Private/InstancedFoliage.cpp |
void SelectInstances
(
bool bSelect,
TArrayView< const int32 > Instances
)