ISMGraphGeneration::FSetNodePropertyArgs¶
#include <ISMGraphGeneration.h>
Description¶
Arguments for setting a node property.
Public Attributes¶
| Name | |
|---|---|
| FName | PropertyName |
| FString | PropertyDefaultValue |
| int32 | PropertyIndex |
| EArrayChangeType | ArrayChangeType |
| USMNodeInstance * | NodeInstance |
Public Attributes Documentation¶
variable PropertyName¶
[Required] The name of the property.
variable PropertyDefaultValue¶
[Optional] The default value to assign the property.
variable PropertyIndex¶
[Optional] Index when setting an array element.
variable ArrayChangeType¶
[Optional] How to handle modifying an array.
variable NodeInstance¶
[Optional] The node instance which contains the property, such as a node stack instance. When null the default node template instance is used.