Navigation
API > API/Plugins > API/Plugins/InterchangeNodes > API/Plugins/InterchangeNodes/UInterchangeSceneNode
Description
Time zero transform is the transform of the node at time zero. This is useful when there is no bind pose or when we import rigid mesh. Get the local transform of the time-zero scene node.
| Name | GetCustomTimeZeroLocalTransform |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Nodes/Public/InterchangeSceneNode.h |
| Include Path | #include "InterchangeSceneNode.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Nodes/Private/InterchangeSceneNode.cpp |
UFUNCTION (BlueprintCallable, Category="Interchange | Node | Joint")
bool GetCustomTimeZeroLocalTransform
(
FTransform & AttributeValue
) const