Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UK2Node_DynamicCast
References
Module | BlueprintGraph |
Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_DynamicCast.h |
Include | #include "K2Node_DynamicCast.h" |
Source | /Engine/Source/Editor/BlueprintGraph/Private/K2Node_DynamicCast.cpp |
void SetPurity
&40;
bool bNewPurity
&41;
Remarks
Will change the node's purity, and reallocate pins accordingly (adding/ removing exec pins).
Parameters
Name | Description |
---|---|
bNewPurity | Whether to configure node as pure. |