![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ExecutionResource.h>
Inheritance diagram for IExecutionResource:Public Member Functions | |
| virtual | ~IExecutionResource () |
Public Member Functions inherited from IRefCountedObject | |
| virtual | ~IRefCountedObject () |
| virtual FReturnedRefCountValue | AddRef () const =0 |
| virtual uint32 | Release () const =0 |
| virtual uint32 | GetRefCount () const =0 |
Simple ref-counted interface that represents a resource that is held or required for the execution of some task item.
|
inlinevirtual |