Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements > API/Plugins/PCG/Elements/Metadata
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGMetadataSettingsBase
- UPCGMetadataMakeRotatorSettings
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/Elements/Metadata/PCGMetadataMakeRotator.h |
| Include | #include "Elements/Metadata/PCGMetadataMakeRotator.h" |
Syntax
UCLASS&40;BlueprintType, ClassGroup&61;&40;Procedural&41;&41;
class UPCGMetadataMakeRotatorSettings : public UPCGMetadataSettingsBase
Remarks
Create a Rotator from 1, 2 or 3 axis.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FPCGAttributePropertyInputSelector | InputSource1 | ||
| FPCGAttributePropertyInputSelector | InputSource2 | ||
| FPCGAttributePropertyInputSelector | InputSource3 | ||
| EPCGMetadataMakeRotatorOp | Operation |
Overridden from UPCGMetadataSettingsBase
| Type | Name | Description | |
|---|---|---|---|
| UPCGParamData * | CreateDefaultValueParam
(
uint32 Index |
||
| bool | DoesInputSupportDefaultValue
(
uint32 Index |
Can be overriden by child class to support default values on unplugged pins. | |
| FString | GetDefaultValueString
(
uint32 Index |
||
| FName | GetInputPinLabel
(
uint32 Index |
||
| uint32 | |||
| FPCGAttributePropertyInputSelector | GetInputSource
(
uint32 Index |
||
| uint16 | GetOutputType
(
uint16 InputTypeId |
||
| bool | IsSupportedInputType
(
uint16 TypeId, |
Overridden from UPCGSettings
| Type | Name | Description | |
|---|---|---|---|
| void | ApplyPreconfiguredSettings
(
const FPCGPreConfiguredSettingsInfo& PreconfiguredInfo |
||
| FPCGElementPtr | |||
| FName | |||
| FText | |||
| TArray< FPCGPreConfiguredSettingsInfo > | Return preconfigured info that will be filled in the editor palette action, allowing to create pre-configured settings | ||
| bool | If there are preconfigured info, we can skip the default settings and only expose pre-configured actions in the editor palette |