Navigation
API > API/Plugins > API/Plugins/USDClasses
| |
|
| Name |
FUsdStageOptions |
| Type |
struct |
| Header File |
/Engine/Plugins/Runtime/USDCore/Source/USDClasses/Public/USDStageOptions.h |
| Include Path |
#include "USDStageOptions.h" |
Syntax
USTRUCT (BlueprintType )
struct FUsdStageOptions
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| MetersPerUnit |
double |
MetersPerUnit to use for the stage. Defaults to 0.01 (i.e. 1cm per unit, which equals UE units) |
USDStageOptions.h |
- EditAnywhere
- Config
- BlueprintReadWrite
- Category="Stage options"
|
| UpAxis |
EUsdUpAxis |
UpAxis to use for the stage. Defaults to ZAxis, which equals the UE convention |
USDStageOptions.h |
- EditAnywhere
- Config
- BlueprintReadWrite
- Category="Stage options"
|