::

enum RTReferenceType


Summary
specifies the type of a reference used in a service description.

Values

RT_REF_INVALID
Summary
the reference type is unknown
RT_REF_SUPPORTS
Summary
the service support the interface that means a implementation of this service must implement this interface.
RT_REF_OBSERVES
D E P R E C A T E D
Summary
the service observes the interface.
RT_REF_EXPORTS
Summary
the service exports the specified service that means this service provides also the specified service.
RT_REF_NEEDS
D E P R E C A T E D
Summary
the service needs the specified service that means in the context of this service the specified service will be used or must be available.
RT_REF_TYPE_PARAMETER
Summary
Indicates a type parameter of a polymorphic struct type template.
Since
UDK 3.2.0

Top of Page