Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes > API/Plugins/InterchangeFactoryNodes/UInterchangeAnimSequenceFactoryN-
Description
Get the custom attribute DoNotImportCurveWithZero. Return false if the attribute is not 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 | GetCustomDoNotImportCurveWithZero |
| 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 GetCustomDoNotImportCurveWithZero
(
bool & AttributeValue
) const