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