Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes > API/Plugins/InterchangeFactoryNodes/UInterchangeAnimSequenceFactoryN-
Description
Set the custom attribute DoNotImportCurveWithZero. Return false if the attribute could not be set.
Note - If this attribute is enabled, only curves that have a value other than zero will be imported. This is to avoid adding extra curves to evaluate.
| Name | SetCustomDoNotImportCurveWithZero |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeAnimSequenceFactoryNode.h |
| Include Path | #include "InterchangeAnimSequenceFactoryNode.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Private/InterchangeAnimSequenceFactoryNode.cpp |
UFUNCTION (BlueprintCallable, Category="Interchange | Node | AnimSequence")
bool SetCustomDoNotImportCurveWithZero
(
const bool & AttributeValue
)