Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes
| |
|
| Name |
FChaosClothAssetImportedIntValue |
| Type |
struct |
| Header File |
/Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/ImportedValue.h |
| Include Path |
#include "ChaosClothAsset/ImportedValue.h" |
Syntax
USTRUCT ()
struct FChaosClothAssetImportedIntValue
Typedefs
| Name |
Type |
Remarks |
Include Path |
| ImportedType |
int32 |
|
ChaosClothAsset/ImportedValue.h |
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bUseImportedValue |
bool |
Whether the property can use the values imported from USD |
ChaosClothAsset/ImportedValue.h |
- EditAnywhere
- Category="Imported Value"
|
| ImportedValue |
int32 |
Property integer Value |
ChaosClothAsset/ImportedValue.h |
- EditAnywhere
- Category="Imported Value"
- Meta=(EditCondition="!bUseImportedValue")
|