Navigation
API > API/Plugins > API/Plugins/PCG
| Name | UPCGMeshSelectorByAttribute |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/MeshSelectors/PCGMeshSelectorByAttribute.h |
| Include Path | #include "MeshSelectors/PCGMeshSelectorByAttribute.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGMeshSelectorByAttribute : public UPCGMeshSelectorBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPCGMeshSelectorBase → UPCGMeshSelectorByAttribute
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AttributeName | FName | MeshSelectors/PCGMeshSelectorByAttribute.h |
|
|
| bUseAttributeMaterialOverrides | bool | MeshSelectors/PCGMeshSelectorByAttribute.h |
|
|
| MaterialOverrideAttributes | TArray< FName > | MeshSelectors/PCGMeshSelectorByAttribute.h |
|
|
| TemplateDescriptor | FPCGSoftISMComponentDescriptor | MeshSelectors/PCGMeshSelectorByAttribute.h |
|
Functions
Public
Overridden from UPCGMeshSelectorBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool SelectMeshInstances
(
FPCGStaticMeshSpawnerContext& Context, |
MeshSelectors/PCGMeshSelectorByAttribute.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostLoad() |
MeshSelectors/PCGMeshSelectorByAttribute.h |
Deprecated Variables
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bOverrideCollisionProfile_DEPRECATED | bool | MeshSelectors/PCGMeshSelectorByAttribute.h | ||
| bOverrideMaterials_DEPRECATED | bool | MeshSelectors/PCGMeshSelectorByAttribute.h | ||
| CollisionProfile_DEPRECATED | FCollisionProfileName | MeshSelectors/PCGMeshSelectorByAttribute.h | ||
| CullEndDistance_DEPRECATED | float | Distance at which instances are culled. Use 0 to disable. | MeshSelectors/PCGMeshSelectorByAttribute.h | |
| CullStartDistance_DEPRECATED | float | Distance at which instances begin to fade. | MeshSelectors/PCGMeshSelectorByAttribute.h | |
| MaterialOverrideMode_DEPRECATED | EPCGMeshSelectorMaterialOverrideMode | MeshSelectors/PCGMeshSelectorByAttribute.h | ||
| MaterialOverrides_DEPRECATED | TArray< TSoftObjectPtr< UMaterialInterface > > | MeshSelectors/PCGMeshSelectorByAttribute.h | ||
| WorldPositionOffsetDisableDistance_DEPRECATED | int32 | MeshSelectors/PCGMeshSelectorByAttribute.h |