#include "Kismet/BlueprintAsyncActionBase.h"
#include "AsyncVoxtaFetchThumbnail.generated.h"
Go to the source code of this file.
Classes | |
class | UAsyncVoxtaFetchThumbnail |
Functions | |
DECLARE_DYNAMIC_MULTICAST_DELEGATE_FourParams (FVoxtaThumbnailFetched, bool, ThumbnailAvailable, const UTexture2DDynamic *, Texture, int, Width, int, Height) | |
DECLARE_DYNAMIC_MULTICAST_DELEGATE_FourParams | ( | FVoxtaThumbnailFetched | , |
bool | , | ||
ThumbnailAvailable | , | ||
const UTexture2DDynamic * | , | ||
Texture | , | ||
int | , | ||
Width | , | ||
int | , | ||
Height | ) |