Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/MeshSelectors
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/MeshSelectors/PCGMeshSelectorWeighted.h |
| Include | #include "MeshSelectors/PCGMeshSelectorWeighted.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FPCGMeshSelectorWeightedEntry
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSoftISMComponentDescriptor | Descriptor | ||
| int | Weight |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPCGMeshSelectorWeightedEntry
(
TSoftObjectPtr< UStaticMesh > InMesh, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bOverrideCollisionProfile_DEPRECATED | ||
| bool | bOverrideMaterials_DEPRECATED | ||
| FCollisionProfileName | CollisionProfile_DEPRECATED | ||
| float | CullEndDistance_DEPRECATED | Distance at which instances are culled. Use 0 to disable. | |
| float | CullStartDistance_DEPRECATED | Distance at which instances begin to fade. | |
| TArray< TSoftObjectPtr< UMaterialInterface > > | MaterialOverrides_DEPRECATED | ||
| TSoftObjectPtr< UStaticMesh > | Mesh_DEPRECATED | ||
| int32 | WorldPositionOffsetDisableDistance_DEPRECATED |