Navigation
API > API/Plugins > API/Plugins/UnrealUSDWrapper > API/Plugins/UnrealUSDWrapper/UsdWrappers
References
| Module | UnrealUSDWrapper |
| Header | /Engine/Plugins/Importers/USDImporter/Source/UnrealUSDWrapper/Public/UsdWrappers/UsdAttribute.h |
| Include | #include "UsdWrappers/UsdAttribute.h" |
Syntax
class FUsdAttribute
Remarks
Minimal pxr::UsdAttribute wrapper for Unreal that can be used from no-rtti modules.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FUsdAttribute
(
const FUsdAttribute& Other |
|||
FUsdAttribute
(
FUsdAttribute&& Other |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Clear () |
||
| bool | ClearAtTime
(
double Time |
||
| bool | ClearMetadata
(
const TCHAR* Key |
||
| bool | Get
(
UE::FVtValue& Value, |
||
| FName | GetBaseName () |
||
| bool | GetMetadata
(
const TCHAR* Key, |
Auto conversion from/to pxr::UsdAttribute. | |
| FName | GetName () |
Wrapped pxr::UsdAttribute functions, refer to the USD SDK documentation. | |
| size_t | |||
| FSdfPath | GetPath () |
||
| FUsdPrim | GetPrim () |
||
| bool | GetTimeSamples
(
TArray< double >& Times |
||
| FName | GetTypeName () |
||
| bool | GetUnionedTimeSamples
(
const TArray< UE::FUsdAttribute >& Attrs, |
||
| bool | |||
| bool | HasMetadata
(
const TCHAR* Key |
||
| bool | HasValue () |
||
| bool | Set
(
const UE::FVtValue& Value, |
||
| bool | SetMetadata
(
const TCHAR* Key, |
||
| bool |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FUsdAttribute& Other |
||
| FUsdAttribute & | operator=
(
const FUsdAttribute& Other |
||
| FUsdAttribute & | operator=
(
FUsdAttribute&& Other |
||
| bool | operator==
(
const FUsdAttribute& Other |