Navigation
API > API/Plugins > API/Plugins/InterchangeCommon
Description
Append a case sensistive hash of NodeUid to the NodeUid itself, making it so that any TMap
This is needed because unfortunately the default TMap
| Name | UE::Interchange::USD::MakeNodeUid |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Common/Public/Usd/InterchangeUsdDefinitions.h |
| Include Path | #include "Usd/InterchangeUsdDefinitions.h" |
namespace UE
{
namespace Interchange
{
namespace USD
{
FString UE::Interchange::USD::MakeNodeUid
(
const FString & NodeUid
)
}
}
}