unreal.PCGAttributeInheritanceMode¶
- class unreal.PCGAttributeInheritanceMode¶
Bases:
EnumBaseMethod for inheriting attribute data from input pins.
C++ Source:
Plugin: PCG
Module: PCG
File: PCGPinPropertiesGPU.h
- COPY_ATTRIBUTE_SETUP: PCGAttributeInheritanceMode = Ellipsis¶
Take attribute names and types from initialization pins. Pins declared first will take priority during conflicts. Does not copy values.
- Type:
1
- NONE: PCGAttributeInheritanceMode = Ellipsis¶
No attributes inherited from initialization pins.
- Type:
0