Navigation
API > API/Plugins > API/Plugins/USDUtilities
| Name | FRegisteredSchemaTranslatorHandle |
| Type | class |
| Header File | /Engine/Plugins/Runtime/USDCore/Source/USDUtilities/Public/Objects/USDSchemaTranslator.h |
| Include Path | #include "Objects/USDSchemaTranslator.h" |
Syntax
class FRegisteredSchemaTranslatorHandle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Objects/USDSchemaTranslator.h | |||
FRegisteredSchemaTranslatorHandle
(
const FString& InSchemaName |
Objects/USDSchemaTranslator.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| CurrentSchemaTranslatorId | int32 | Objects/USDSchemaTranslator.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Id | int32 | Objects/USDSchemaTranslator.h | ||
| SchemaName | FString | Objects/USDSchemaTranslator.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetId() |
Objects/USDSchemaTranslator.h | ||
const FString & GetSchemaName() |
Objects/USDSchemaTranslator.h | ||
void SetId
(
int32 InId |
Objects/USDSchemaTranslator.h | ||
void SetSchemaName
(
const FString& InSchemaName |
Objects/USDSchemaTranslator.h |