ITextureShareBlueprintAPI::ReleaseTextureShare

Release exist textureshare object

Windows
MacOS
Linux

References

Module

TextureShare

Header

/Engine/Plugins/Runtime/TextureShare/Source/TextureShare/Public/Blueprints/ITextureShareBlueprintAPI.h

Include

#include "Blueprints/ITextureShareBlueprintAPI.h"

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Meta=(DisplayName="Delete TextureShare"), Category="TextureShare")
bool ReleaseTextureShare
(
    const FString ShareName
)

Remarks

Release exist textureshare object

Returns

True if the success

Parameters

Parameter

Description

ShareName

Unique share name (case insensitive)

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