Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/MeshSelectors
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UPCGMeshSelectorBase
- UPCGMeshSelectorWeighted
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/MeshSelectors/PCGMeshSelectorWeighted.h |
| Include | #include "MeshSelectors/PCGMeshSelectorWeighted.h" |
Syntax
UCLASS&40;BlueprintType, ClassGroup&61;&40;Procedural&41;&41;
class UPCGMeshSelectorWeighted : public UPCGMeshSelectorBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bUseAttributeMaterialOverrides | ||
| TArray< FName > | MaterialOverrideAttributes | ||
| TArray< FPCGMeshSelectorWeightedEntry > | MeshEntries |
Overridden from UPCGMeshSelectorBase
| Type | Name | Description | |
|---|---|---|---|
| bool | SelectInstances
(
FPCGStaticMeshSpawnerContext& Context, |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostLoad () |
Do any object-specific cleanup required immediately after loading an object. |