Navigation
API > API/Plugins > API/Plugins/CustomizableObject
| Name | FProfileParameterDat |
| Type | struct |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObject/Public/MuCO/CustomizableObject.h |
| Include Path | #include "MuCO/CustomizableObject.h" |
Syntax
USTRUCT ()
struct FProfileParameterDat
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BoolParameters | TArray< FCustomizableObjectBoolParameterValue > | MuCO/CustomizableObject.h | ||
| FloatParameters | TArray< FCustomizableObjectFloatParameterValue > | MuCO/CustomizableObject.h | ||
| IntParameters | TArray< FCustomizableObjectIntParameterValue > | MuCO/CustomizableObject.h | ||
| MeshParameters | TArray< FCustomizableObjectAssetParameterValue > | MuCO/CustomizableObject.h | ||
| ProfileName | FString | MuCO/CustomizableObject.h | ||
| ProjectorParameters | TArray< FCustomizableObjectProjectorParameterValue > | MuCO/CustomizableObject.h | ||
| TextureParameters | TArray< FCustomizableObjectAssetParameterValue > | MuCO/CustomizableObject.h | ||
| TransformParameters | TArray< FCustomizableObjectTransformParameterValue > | MuCO/CustomizableObject.h | ||
| VectorParameters | TArray< FCustomizableObjectVectorParameterValue > | MuCO/CustomizableObject.h |