Navigation
API > API/Plugins > API/Plugins/StructUtils > API/Plugins/StructUtils/UE__StructUtils__GetAsUStruct
References
| Module | StructUtils |
| Header | /Engine/Plugins/Experimental/StructUtils/Source/StructUtils/Public/StructUtilsTypes.h |
| Include | #include "StructUtilsTypes.h" |
namespace UE
{
namespace StructUtils
{
template<typename T>
TEnableIf< TIsDerivedFrom< T, UObject >::IsDerived, UClass &42; >::Type UE&58;&58;StructUtils&58;&58;GetAsUStruct&40;&41;
}
}