Adding missing RHI_API uses.

[CL 23844768 by christopher waters in ue5-main branch]
This commit is contained in:
christopher waters
2023-01-25 02:43:57 -05:00
parent fe724e9c2d
commit 39198559c5

View File

@@ -113,8 +113,8 @@ public:
inline ERHIResourceType GetType() const { return ResourceType; }
FName GetOwnerName() const;
void SetOwnerName(const FName& InOwnerName);
RHI_API FName GetOwnerName() const;
RHI_API void SetOwnerName(const FName& InOwnerName);
#if RHI_ENABLE_RESOURCE_INFO
// Get resource info if available.