Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/MeshSelectors
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UPCGMeshSelectorBase
- UPCGMeshSelectorByAttribute
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/MeshSelectors/PCGMeshSelectorByAttribute.h |
| Include | #include "MeshSelectors/PCGMeshSelectorByAttribute.h" |
Syntax
UCLASS&40;BlueprintType, ClassGroup&61;&40;Procedural&41;&41;
class UPCGMeshSelectorByAttribute : public UPCGMeshSelectorBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | AttributeName | ||
| bool | bUseAttributeMaterialOverrides | ||
| TArray< FName > | MaterialOverrideAttributes | ||
| FSoftISMComponentDescriptor | TemplateDescriptor |
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. |
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. | |
| EPCGMeshSelectorMaterialOverrideMode | MaterialOverrideMode_DEPRECATED | ||
| TArray< TSoftObjectPtr< UMaterialInterface > > | MaterialOverrides_DEPRECATED | ||
| int32 | WorldPositionOffsetDisableDistance_DEPRECATED |