Navigation
API > API/Plugins > API/Plugins/PCGExternalDataInterop > API/Plugins/PCGExternalDataInterop/Elements
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGExternalDataSettings
- UPCGLoadAlembicSettings
References
| Module | PCGExternalDataInterop |
| Header | /Engine/Plugins/Experimental/PCGExternalDataInterop/Source/PCGExternalDataInterop/Public/Elements/PCGLoadAlembicElement.h |
| Include | #include "Elements/PCGLoadAlembicElement.h" |
Syntax
UCLASS&40;BlueprintType, ClassGroup&61;&40;Procedural&41;&41;
class UPCGLoadAlembicSettings : public UPCGExternalDataSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| FFilePath | AlembicFilePath | ||
| bool | bConversionFlipHandedness | When changing handedness, it is sometimes needed to flip the rotation direction | |
| FVector | ConversionRotation | Rotation in Euler angles applied during import. For Max, use (90, 0, 0). | |
| FVector | ConversionScale | To prevent a dependency on the alembic editor module in this class, we'll keep around only the types we need. | |
| EPCGLoadAlembicStandardSetup | Setup |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetupFromStandard
(
EPCGLoadAlembicStandardSetup InSetup |
||
| void | SetupFromStandard
(
EPCGLoadAlembicStandardSetup InSetup, |
Overridden from UPCGSettings
| Type | Name | Description | |
|---|---|---|---|
| FPCGElementPtr | |||
| FName | |||
| FText | |||
| FText |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |