Navigation
API > API/Plugins > API/Plugins/ScriptableToolsFramework > API/Plugins/ScriptableToolsFramework/UScriptableInteractiveTool
Syntax
UPROPERTY (BlueprintReadWrite, EditAnywhere, Category="Scriptable Tool Settings",
Meta=(DisplayName="Custom Icon Path"))
FString CustomIconPath
Remarks
Relative Path to a custom Icon Image for this Tool. The Image file format must be png or svg.
The Image file must reside in the same Content folder hierarchy as contains the Tool Class (ie Blueprint asset), i.e. either the Project Content folder or a Plugin Content folder.
So for example if the Tool BP is in a plugin named MyCustomTools, the icon must be in MyProject/Plugins/MyCustomTools/Content/