FGeometryCollectionCommands::SetNamedAttributeValues

Command to set attributes within a named group.

Windows
MacOS
Linux

References

Module

GeometryCollectionEditor

Header

/Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionEditor/Public/GeometryCollection/GeometryCollectionCommands.h

Include

#include "GeometryCollection/GeometryCollectionCommands.h"

Source

/Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionEditor/Private/GeometryCollection/GeometryCollectionCommands.cpp

Syntax

static void SetNamedAttributeValues
(
    const TArray< FString > & Args,
    UWorld * World
)

Remarks

Command to set attributes within a named group.

GeometryCollection.SetNamedAttributeValues

[=""> ]

Where type is in SupportedAttributeTypes (bool,int32,float) and exists within with optional regex matching against within

For Example : GeometryCollection.SetNamedAttributeValues bool SimulatableParticlesAttribute Transform 0 BoneName Cube_1_1

This will set the bool attribute SimulatableParticlesAttribute of the Transform group to false where BoneName equals Cube_1_1

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss