Navigation
API > API/Plugins > API/Plugins/InterchangeNodes > API/Plugins/InterchangeNodes/UInterchangeSceneNode
Description
Get the global transform of the time-zero scene node. This value is computed from the local transforms of all parent time-zero scene nodes.
| Name | GetCustomTimeZeroGlobalTransform |
| 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 GetCustomTimeZeroGlobalTransform
(
const UInterchangeBaseNodeContainer * BaseNodeContainer,
const FTransform & GlobalOffsetTransform,
FTransform & AttributeValue,
bool bForceRecache
) const