AR
Size: a a a
AR
AH
NK
MC
A
VB
VB
SY
VB
AB
AB
SY
SY
VB
MC
AB
Error: Type '{multicast delegate type}' is not supported by blueprint.AR
Error: Type '{multicast delegate type}' is not supported by blueprint.JA
Error: Type '{multicast delegate type}' is not supported by blueprint.AB
UFUNCTION(BlueprintPure, Category = " general")
static UWrapper* Get()
{
if (!ObjRef.IsValid())
ObjRef = MakeShareable<UWrapper>(NewObject<UWrapper>());
return ObjRef.Get();
}
static TSharedPtr<UWrapper> ObjRef;
AB