Navigation
API > API/Plugins > API/Plugins/InterchangeNodes > API/Plugins/InterchangeNodes/UInterchangeSceneNode
Description
Get the default scene node local transform. The default transform is the local transform of the node (no bind pose, no time evaluation).
| Name | GetCustomLocalTransform |
| 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 GetCustomLocalTransform
(
FTransform & AttributeValue
) const