TSharedProtectedEnumPod<T extends Enum> typedef

TSharedProtectedEnumPod<T extends Enum> = SharedProtectedPod<T, String>

Implementation

typedef TSharedProtectedEnumPod<T extends Enum> = SharedProtectedPod<T, String>;